Code

Updated filter and listing definitions
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 09:53:00 +0000 (09:53 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 09:53:00 +0000 (09:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17430 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/mimetypes/mimetype-filter-release.tpl [deleted file]
gosa-plugins/goto/admin/mimetypes/mimetype-filter.xml
gosa-plugins/goto/admin/mimetypes/mimetype-list-release.xml
gosa-plugins/goto/admin/mimetypes/mimetype-list.xml

diff --git a/gosa-plugins/goto/admin/mimetypes/mimetype-filter-release.tpl b/gosa-plugins/goto/admin/mimetypes/mimetype-filter-release.tpl
deleted file mode 100644 (file)
index 7c12895..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-
-<div id="mainlist">
- <div class="mainlist-header">
-  <p>
-   {$HEADLINE}&nbsp;
-   {$SIZELIMIT}
-  </p>
-  <div class="mainlist-nav">
-   
-   <table summary="{$HEADLINE}">
-    <tr>
-     <td>
-      {$ROOT}
-     </td>
-     <td>
-      {$BACK}
-     </td>
-     <td>
-      {$HOME}
-     </td>
-     <td>
-      {$RELOAD}
-     </td>
-     <td class="left-border">{t}Base{/t}
-      {$BASE}
-     </td>
-     <td class="left-border">
-      {$ACTIONS}
-     </td>
-     <td class="left-border">
-      {$FILTER}
-     </td>
-    </tr>
-   </table>
-  </div>
- </div>
- {$LIST}
-</div>
-<div class="clear">
-</div>
-<input type="hidden" name="ignore">
\ No newline at end of file
index 922bbc39c7c08c41cde02e0e2537ad7b9eef49d1..5e259bb9d21954bc6c44ef307d02405f245fd237 100644 (file)
@@ -10,6 +10,7 @@
     <attribute>objectClass</attribute>
     <attribute>cn</attribute>
     <attribute>description</attribute>
+    <attribute>FAIstate</attribute>
   </definition>
 
   <search>
index ab893e5888d3f9010ad09fad9d9e74e499387106..be7e6c78229a466ec2fa5260f7513bc6d62a9cfa 100644 (file)
@@ -96,6 +96,7 @@
 
     <action>
       <type>copypaste</type>
+      <cut>false</cut>
     </action>
 
     <action>
     <action>
       <name>cp</name>
       <type>copypaste</type>
+      <cut>false</cut>
     </action>
 
     <action>
       <name>remove</name>
       <type>entry</type>
       <image>images/lists/trash.png</image>
-      <acl>mimetype/mimetype[d]</acl>
+      <acl>mimetypes/mimetype[d]</acl>
       <label>Remove mimetype</label>
+      <objectclass>FAKE_OC_branch</objectclass>
     </action>
 
   </actiontriggers>
index 5ad8819bffb5c3d208e409768ae1124bb8ce5031..c06409c9fa0847f9d648a21eaedecdff7c9f0fd2 100644 (file)
@@ -84,6 +84,7 @@
       <type>entry</type>
       <image>images/lists/trash.png</image>
       <label>Remove</label>
+      <objectclass>FAKE_OC_branch</objectclass>
     </action>
 
     <action>
       <name>remove</name>
       <type>entry</type>
       <image>images/lists/trash.png</image>
-      <acl>mimetype/mimetype[d]</acl>
+      <acl>mimetypes/mimetype[d]</acl>
       <label>Remove mimetype</label>
     </action>