Code

Updated blocklist
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 08:12:44 +0000 (08:12 +0000)
committerhickert <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
gosa-plugins/gofax/gofax/blocklists/remove.tpl

index ce76faca471bcc6092dd50d3e097ca8240b95456..4ab45d9251bd196871863172037e521f5d823786 100644 (file)
@@ -21,7 +21,7 @@
 
     <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>
@@ -79,7 +79,7 @@
       <name>new</name>
       <type>entry</type>
       <image>plugins/gofax/images/list_new_blocklist.png</image>
-      <label>Macro</label>
+      <label>Blocklist</label>
      </action>
     </action>
 
index 861e377baa8af753da44a88a666cc01ee6d590d3..29adedf1b6b018f89299e906b111e32f6518ab03 100644 (file)
@@ -1,24 +1,17 @@
 <div style="font-size:18px;">
- <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
 <img alt="" src="images/warning.png" align=top>&nbsp;{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}">
-               &nbsp;
-               <input type=submit name="delete_multiple_blocklist_cancel" value="{msgPool type=cancelButton}">
-       {else}
-               <input type=submit name="delete_blocklist_confirm" value="{msgPool type=delButton}">
-               &nbsp;
-               <input type=submit name="delete_blocklist_cancel" value="{msgPool type=cancelButton}">
-       {/if}
+  <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+  &nbsp;
+  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
 </p>
-