summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b966439)
raw | patch | inline | side by side (parent: b966439)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:03:53 +0000 (11:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:03:53 +0000 (11:03 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9527 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9527 594d385d-05f5-0310-b6e9-bd551577e9d8
index 6768ad92dab28754a54b2c96a271d5eb1d950139..361fd08a1ea25d8549ec872cb9d4a77896de3d2e 100644 (file)
<td>
{$Entry_divlist}
{if $sub_object_is_addable}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}">
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}">
{else}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}" disabled>
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}" disabled>
{/if}
</td>
</tr>
index 87c83d98e05b1de771fb4fa42346c57d77bbe154..d7b3ac63dacb084c59a352b28c23a45820755cca 100644 (file)
</select>
<br>
{render acl=$FAIpackageACL}
- <input type="submit" name="Addpkg" value="{t}Add{/t}">
+ <input type="submit" name="Addpkg" value="{msgPool type=addButton}">
{/render}
{render acl=$FAIpackageACL}
<input type="submit" name="Delpkg" value="{t}Remove{/t}">
diff --git a/gosa-plugins/fai/admin/fai/faiPartitionTable.tpl b/gosa-plugins/fai/admin/fai/faiPartitionTable.tpl
index f330fe67b1570819044a01560c152243e2286567..22e849c380d49a0eb506e8a74893b9e29eb54fe9 100644 (file)
<option> </option>
</select><br>
{if $sub_object_is_addable}
- <input type="submit" name="AddDisk" value="{t}Add{/t}" title="{t}Add{/t}">
+ <input type="submit" name="AddDisk" value="{msgPool type=addButton}" title="{msgPool type=addButton}">
{else}
- <input type="submit" name="AddDisk" value="{t}Add{/t}" title="{t}Add{/t}" disabled >
+ <input type="submit" name="AddDisk" value="{msgPool type=addButton}" title="{msgPool type=addButton}" disabled >
{/if}
<input type="submit" name="EditDisk" value="{t}Edit{/t}" title="{t}Edit{/t}">
index 090d968e734983dba04861ae963c91d36586b571..7b124e793d41f09ca5328a3e588114e47612ff9d 100644 (file)
{$divlist}
<br>
{render acl=$FAIclassACL}
- <input type="submit" name="AddClass" value="{t}Add{/t}">
+ <input type="submit" name="AddClass" value="{msgPool type=addButton}">
{/render}
<input type="hidden" name="edit_helper">
</td>
index c0ff247b5e5153092bcdf42882e24ec914ff7f99..53869902dfd7898f7ef9159282052c2aaff0cbe9 100644 (file)
<td>
{$Entry_divlist}
{if $sub_object_is_addable}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}" >
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}" >
{else}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}" disabled>
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}" disabled>
{/if}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiTemplate.tpl b/gosa-plugins/fai/admin/fai/faiTemplate.tpl
index 627c5ddd57413ae2785f2c258920fabf39f43fb3..9bcc69286751236de185683f759fae7613048923 100644 (file)
</h2>
{$Entry_divlist}
{if $sub_object_is_addable}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}">
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}">
{else}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}" disabled>
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}" disabled>
{/if}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiVariable.tpl b/gosa-plugins/fai/admin/fai/faiVariable.tpl
index cdbdab96bb07ed7ba565e12e68abcdcfc13fd20a..d441504374846120c8ba4af884cd9b1c246e0d38 100644 (file)
{html_options options=$SubObjects}
</select><br>
{if $is_createable}
- <input type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}">
+ <input type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}">
{else}
- <input disabled type="submit" name="AddSubObject" value="{t}Add{/t}" title="{t}Add{/t}">
+ <input disabled type="submit" name="AddSubObject" value="{msgPool type=addButton}" title="{msgPool type=addButton}">
{/if}
<input type="submit" name="EditSubObject" value="{t}Edit{/t}" title="{t}Edit{/t}" >
{if $is_removeable}