projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
581c7da
)
HTML validation.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 7 Oct 2010 14:34:57 +0000
(16:34 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 7 Oct 2010 14:35:07 +0000
(16:35 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/skin/common.menu.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/skin/common.menu.tpl
b/templates/skin/common.menu.tpl
index
575fe0a
..
47165bd
100644
(file)
--- a/
templates/skin/common.menu.tpl
+++ b/
templates/skin/common.menu.tpl
@@
-102,7
+102,7
@@
<form method="post" action="get_rights">
{xsrf_token_field}
<div>
- <select name="account_type" on
C
hange="this.form.submit()" style="margin: 0; padding: 0">
+ <select name="account_type" on
c
hange="this.form.submit()" style="margin: 0; padding: 0">
<option value="admin">Administrateur</option>
{foreach from=$account_types_list item=type}
<option value="{$type}">{$type}</option>