Code

Removed base selector
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 10:24:20 +0000 (10:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 10:24:20 +0000 (10:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15049 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsiLicenses/opsiLicense-filter.tpl
gosa-plugins/opsi/admin/opsiLicenses/opsiLicense-list.tpl
gosa-plugins/opsi/admin/opsiLicenses/opsiLicense-list.xml

index ba7af5cdef3357da37d194fd90ccfb3a1e676e82..3d4595cf7b97b0367bb7d1a134235a150e898657 100644 (file)
@@ -6,10 +6,6 @@
 
 <div class="contentboxb">
 
-<div style="border-top:1px solid #AAAAAA"></div>
-
- {$SCOPE}
-
  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
   <tr>
    <td>
index b233c5874c0a4d5101b80258c2d6c3e5687d5be6..0b2cc7960d8217345b20541c36a612f2f11cacce 100644 (file)
@@ -10,7 +10,7 @@
       <div class="contentboxb">
        <div style='background:white;padding:0px;padding:3px;'>
         <table><tr>
-          <td>{$ROOT}&nbsp;</td><td>{$BACK}&nbsp;</td><td>{$HOME}&nbsp;</td><td>{$RELOAD}&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td>{t}Base{/t} {$BASE}&nbsp;<input class='center' type='image' src='images/lists/submit.png' align='middle' title='{t}Update{/t}' name='submit_department' alt='{t}Submit{/t}'>&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td><img src='images/rocket.png' alt='' class='center'></td><td> {$ACTIONS}</td>
+          <td>{$ROOT}&nbsp;</td><td>{$BACK}&nbsp;</td><td>{$HOME}&nbsp;</td><td>{$RELOAD}&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td><img src='images/rocket.png' alt='' class='center'></td><td> {$ACTIONS}</td>
         </tr></table>
        </div>
       </div>
index 7e80bedec5a0da2a654cdb392db0ea3a58cd876f..d933b4e8f047b5760959de6f0ce54a04963c8c4b 100644 (file)
@@ -2,9 +2,9 @@
 
 <list>
   <definition>
-    <departmentBrowser>true</departmentBrowser>
+    <departmentBrowser>false</departmentBrowser>
     <departmentRootVisible>false</departmentRootVisible>
-    <baseMode>true</baseMode>
+    <baseMode>false</baseMode>
     <multiSelect>true</multiSelect>
     <template>opsiLicense-list.tpl</template>
     <module>opsi</module>