mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
Adding a small form to add users, instead of user_add.vtp
git-svn-id: http://piwigo.org/svn/trunk@101 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -9,9 +9,33 @@
|
||||
</tr>
|
||||
</table>
|
||||
<!--/VTP_deletion-->
|
||||
|
||||
<!--VTP_confirmation-->
|
||||
<div class="{#class}">{#info}</div>
|
||||
<!--/VTP_confirmation-->
|
||||
|
||||
<!--VTP_errors-->
|
||||
<div class="errors">
|
||||
<div class="errors_title">{#errors_title}</div>
|
||||
<ul>
|
||||
<!--VTP_li-->
|
||||
<li>{#li}</li>
|
||||
<!--/VTP_li-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--/VTP_errors-->
|
||||
|
||||
<!--VTP_add_user-->
|
||||
<form method="post" action="{#form_action}">
|
||||
<div style="text-align:center;margin:10px;">
|
||||
<span style="font-weight:bold;">{#title_add}</span> ->
|
||||
{#login} : <input type="text" name="username" value="{#f_username}" />
|
||||
{#password} : <input type="text" name="password" value="{#f_password}" />
|
||||
<input type="submit" value="{#add}" name="submit" />
|
||||
</div>
|
||||
</form>
|
||||
<!--/VTP_add_user-->
|
||||
|
||||
<!--VTP_users-->
|
||||
<form method="post" action="{#form_action}" name="{#form_name}">
|
||||
<table width="100%">
|
||||
|
||||
Reference in New Issue
Block a user