diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-05 10:59:42 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-05 10:59:42 +0000 |
commit | ddcce44dfa124e29a8680f1e82a7ade63ff21a42 (patch) | |
tree | c88768e62344f006150859e1ba2b0db372ad7d13 /template/default/admin | |
parent | c7910b967944d3b0c7b1ee7838287d3562eba85b (diff) |
Webmaster mustn't have his status modified
git-svn-id: http://piwigo.org/svn/trunk@171 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin')
-rw-r--r-- | template/default/admin/user_modify.vtp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/admin/user_modify.vtp b/template/default/admin/user_modify.vtp index 49d2f1358..475a0eff3 100644 --- a/template/default/admin/user_modify.vtp +++ b/template/default/admin/user_modify.vtp @@ -40,6 +40,8 @@ <td>{#mail_address}</td> <td><input type="text" name="mail_address" value="{#user:mail_address}" /></td> </tr> + + <!--VTP_status--> <tr> <td>{#adduser_status}</td> <td> @@ -50,6 +52,8 @@ </select> </td> </tr> + <!--/VTP_status--> + <!--VTP_groups--> <tr> <td valign="top">{#menu_groups}</td> |