summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a09ad7)
raw | patch | inline | side by side (parent: 1a09ad7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:39:00 +0000 (14:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:39:00 +0000 (14:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16663 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/groups/apps/app_list.tpl | patch | blob | history | |
gosa-plugins/goto/admin/groups/apps/edit_entry.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl
index 5932464593f0629b3821c435888ba5ba6549928d..0c3c7e9958e065c713be2a1883cfcfc3280e1538 100644 (file)
<option value="{$key}">{$item}</option>
{/foreach}
</select>
- <input type="submit" name="add_menu_to_folder" value="{msgPool type=addButton}" title="{t}Add selected applications to this folder.{/t}">
- <input type="submit" name="add_seperator" value="{t}Separator{/t}" title="{t}Add a separator to this folder.{/t}">
+ <button type='submit' name='add_menu_to_folder' title="{t}Add selected applications to this folder.{/t}">{msgPool type=addButton}</button>
+
+ <button type='submit' name='add_seperator' title="{t}Add a separator to this folder.{/t}">{t}Separator{/t}</button>
+
</td>
<td style="vertical-align:top">
{$app_list}
<option value="{$key}">{$item}</option>
{/foreach}
</select>
- <input type="submit" name="add_to_folder" value="{msgPool type=addButton}" title="{t}Add selected applications to this folder.{/t}">
+ <button type='submit' name='add_to_folder' title="{t}Add selected applications to this folder.{/t}">{msgPool type=addButton}</button>
+
</td>
</tr>
</table>
diff --git a/gosa-plugins/goto/admin/groups/apps/edit_entry.tpl b/gosa-plugins/goto/admin/groups/apps/edit_entry.tpl
index 8d5d5d01d1820d34976d9edcbb3950a3fcb14382..9ff120271c872a9e50ba12941c484cbdfed23b75 100644 (file)
</td>
<td>
<input type="FILE" name="folder_image">
- <input type='submit' name='folder_image_upload' value="{t}Upload{/t}">
+ <button type='submit' name='folder_image_upload'>{t}Upload{/t}</button>
+
</td>
</tr>
<tr>
<td>{t}Reset image{/t}</td>
- <td><input type='submit' name='edit_reset_image' value='{t}Reset{/t}'></td>
+ <td><button type='submit' name='edit_reset_image'>{t}Reset{/t}</button>
+</td>
</tr>
</table>
<br>
<p class="seperator">
</p>
<div style="width:100%; text-align:right; padding:3px;">
- <input type="submit" name="app_entry_save" value="{msgPool type=saveButton}">
+ <button type='submit' name='app_entry_save'>{msgPool type=saveButton}</button>
+
- <input type="submit" name="app_entry_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='app_entry_cancel'>{msgPool type=cancelButton}</button>
+
</div>