summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9625233)
raw | patch | inline | side by side (parent: 9625233)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Aug 2007 05:38:53 +0000 (05:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Aug 2007 05:38:53 +0000 (05:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7063 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/gotomasses/class_gotomasses.inc | patch | blob | history | |
plugins/addons/gotomasses/contents.tpl | patch | blob | history |
diff --git a/plugins/addons/gotomasses/class_gotomasses.inc b/plugins/addons/gotomasses/class_gotomasses.inc
index 6a2330b141eccfab906142ce5f97599157b4512d..e88d43d0b1ee9b68e08718d87921364a29f3082a 100644 (file)
var $contents = array();
/* Used to detect changes made on the csv content.
- * Buttons will be disabled and js warnings will be
+ * js warnings will be
* shown if the content wasn't saved or discarded
*/
var $contents_backup = array();
index ea264dbace86660e989317ae9233a24c5d75e1cc..d2a245061b4db7127570bb42d2f04e1be8821626 100644 (file)
</table>
<div class="contentboxb" style="border-top: 1px solid #B0B0B0; padding:0px; margin-top:10px;">
<p class="contentboxb" style='text-align:right'>
-{if $contents_modified}
{if $is_writeable}
<input type='submit' name='save_gotomass_changes' value='{t}Apply{/t}'>
{else}
<input type='submit' name='save_gotomass_changes' value='{t}Apply{/t}' disabled>
{/if}
<input type='submit' name='reload_gotomass_data' value='{t}Cancel{/t}'>
-{else}
- <input type='button' name='empty_3' value='{t}Apply{/t}' disabled>
- <input type='button' name='empty_4' value='{t}Cancel{/t}' disabled>
-{/if}
</p>
</div>
<input type='hidden' name='gotomasses' value='1'>
{if !$contents_modified}
<input type='hidden' name='ignore' value='1'>
{/if}
-
-
-
-
-
-
-