Changeset 101


Ignore:
Timestamp:
Sep 14, 2003, 5:04:45 PM (21 years ago)
Author:
z0rglub
Message:

Adding a small form to add users, instead of user_add.vtp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/user_list.vtp

    r74 r101  
    1010</table>
    1111<!--/VTP_deletion-->
     12
    1213<!--VTP_confirmation-->
    1314<div class="{#class}">{#info}</div>
    1415<!--/VTP_confirmation-->
     16
     17<!--VTP_errors-->
     18<div class="errors">
     19  <div class="errors_title">{#errors_title}</div>
     20  <ul>
     21    <!--VTP_li-->
     22    <li>{#li}</li>
     23    <!--/VTP_li-->
     24  </ul>
     25</div>
     26<!--/VTP_errors-->
     27
     28<!--VTP_add_user-->
     29<form method="post" action="{#form_action}">
     30  <div style="text-align:center;margin:10px;">
     31    <span style="font-weight:bold;">{#title_add}</span> -&gt;
     32    {#login} : <input type="text" name="username" value="{#f_username}" />
     33    {#password} : <input type="text" name="password" value="{#f_password}" />
     34    <input type="submit" value="{#add}" name="submit" />
     35  </div>
     36</form>
     37<!--/VTP_add_user-->
     38
    1539<!--VTP_users-->
    1640<form method="post" action="{#form_action}" name="{#form_name}">
Note: See TracChangeset for help on using the changeset viewer.