summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae725df)
raw | patch | inline | side by side (parent: ae725df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jan 2010 08:12:44 +0000 (08:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jan 2010 08:12:44 +0000 (08:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15030 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/blocklists/blocklist-list.xml | patch | blob | history | |
gosa-plugins/gofax/gofax/blocklists/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/blocklists/blocklist-list.xml b/gosa-plugins/gofax/gofax/blocklists/blocklist-list.xml
index ce76faca471bcc6092dd50d3e097ca8240b95456..4ab45d9251bd196871863172037e521f5d823786 100644 (file)
<objectType>
<label>Receive blocklist</label>
- <objectClass>goFaxSBlock</objectClass>
+ <objectClass>goFaxRBlock</objectClass>
<category>gofaxlist</category>
<class>blocklistGeneric</class>
<image>plugins/gofax/images/list_blocklist.png</image>
<name>new</name>
<type>entry</type>
<image>plugins/gofax/images/list_new_blocklist.png</image>
- <label>Macro</label>
+ <label>Blocklist</label>
</action>
</action>
diff --git a/gosa-plugins/gofax/gofax/blocklists/remove.tpl b/gosa-plugins/gofax/gofax/blocklists/remove.tpl
index 861e377baa8af753da44a88a666cc01ee6d590d3..29adedf1b6b018f89299e906b111e32f6518ab03 100644 (file)
<div style="font-size:18px;">
- <img alt="" src="images/warning.png" align=top> {t}Warning{/t}
+ <img alt="" src="images/warning.png" align=top> {t}Warning{/t}
</div>
<p>
- {$info}
- {t}Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
+ {$info}
+ {t}Please double check if you really want to do this since there is no way for GOsa to get your data back.{/t}
</p>
<p>
- {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
+ {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p class="plugbottom">
- {if $multiple}
- <input type=submit name="delete_multiple_blocklist_confirm" value="{msgPool type=delButton}">
-
- <input type=submit name="delete_multiple_blocklist_cancel" value="{msgPool type=cancelButton}">
- {else}
- <input type=submit name="delete_blocklist_confirm" value="{msgPool type=delButton}">
-
- <input type=submit name="delete_blocklist_cancel" value="{msgPool type=cancelButton}">
- {/if}
+ <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>
-