summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5bffeae)
raw | patch | inline | side by side (parent: 5bffeae)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jan 2010 09:20:14 +0000 (09:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jan 2010 09:20:14 +0000 (09:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15042 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/opsi/admin/opsiLicenses/opsiLicense-list.xml | patch | blob | history | |
gosa-plugins/opsi/admin/opsiLicenses/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/opsiLicense-list.xml b/gosa-plugins/opsi/admin/opsiLicenses/opsiLicense-list.xml
index ad5ca4cd9b05670d2524d0cd4494e5df6538717b..7e80bedec5a0da2a654cdb392db0ea3a58cd876f 100644 (file)
<type>exporter</type>
</action>
- <action>
- <type>separator</type>
- </action>
-
- <action>
- <type>copypaste</type>
- </action>
-
- <action>
- <type>snapshot</type>
- </action>
-
</actionmenu>
- <actiontriggers snapshot="true" copypaste="true">
-
- <action>
- <name>cp</name>
- <type>copypaste</type>
- </action>
+ <actiontriggers snapshot="false" copypaste="false">
<action>
<name>edit</name>
<label>Edit license</label>
</action>
- <action>
- <name>snapshot</name>
- <type>snapshot</type>
- </action>
-
<action>
<name>remove</name>
<type>entry</type>
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/remove.tpl b/gosa-plugins/opsi/admin/opsiLicenses/remove.tpl
index 8ac3a6b271d5e7cb591a0c7b5095560d723aaeb1..29adedf1b6b018f89299e906b111e32f6518ab03 100644 (file)
<div style="font-size:18px;">
<img alt="" src="images/warning.png" align=top> {t}Warning{/t}
</div>
-
<p>
{$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}
</p>
<p class="plugbottom">
- <input type=submit name="delete_multiple_licenses_confirm" value="{msgPool type=delButton}">
-
- <input type=submit name="delete_multiple_licenses_cancel" value="{msgPool type=cancelButton}">
+ <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>
-