File: remove.tpl

package info (click to toggle)
fusiondirectory 1.0.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 28,984 kB
  • sloc: php: 74,645; xml: 3,645; perl: 1,555; pascal: 705; sh: 135; sql: 45; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div style="font-size:18px;">
  <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
</div>
<p>
  {$info}
  {t}Please double check if you really want to do this since there is no way for FusionDirectory to get your data back.{/t}
</p>

<p>
  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>

<p class="plugbottom">
  <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
  &nbsp;
  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>