summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dddf9db)
raw | patch | inline | side by side (parent: dddf9db)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:31 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:31 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16652 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dak/addons/dak/dak_keyring.tpl | patch | blob | history |
diff --git a/gosa-plugins/dak/addons/dak/dak_keyring.tpl b/gosa-plugins/dak/addons/dak/dak_keyring.tpl
index 83d4c634ea7ad3556d662bf2b0a85110e78a2299..163b96222ac3ead638b12a352330fa2ea9d2a2eb 100644 (file)
value='{$key}'>{$item.SERVER}</option>
{/foreach}
</select>
- <input type='submit' name='search' value="{t}Search{/t}">
+ <button type='submit' name='search'>{t}Search{/t}</button>
+
</td>
<td width="50%">
<input type='FILE' name='import'>
- <input type='submit' name='import_key' value='{t}Import{/t}'>
+ <button type='submit' name='import_key'>{t}Import{/t}</button>
+
</td>
</tr>
</table>