Changeset 164 for trunk/template
- Timestamp:
- Sep 24, 2003, 9:30:24 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/default/admin/user_list.vtp
r101 r164 32 32 {#login} : <input type="text" name="username" value="{#f_username}" /> 33 33 {#password} : <input type="text" name="password" value="{#f_password}" /> 34 <input type="submit" value="{#add}" name="submit " />34 <input type="submit" value="{#add}" name="submit_add_user" /> 35 35 </div> 36 36 </form> … … 38 38 39 39 <!--VTP_users--> 40 <form method="post" action="{#form_action}" name="{#form_name}">40 <form method="post" action="{#form_action}"> 41 41 <table width="100%"> 42 42 <!--VTP_category--> … … 91 91 <input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" /> 92 92 <input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" /> 93 <input type="submit" value="{#listuser_button_create_address}" style="margin-left:5px;margin-right:5px;" />93 <input type="submit" value="{#listuser_button_create_address}" name="submit_generate_mail" style="margin-left:5px;margin-right:5px;" /> 94 94 <!--VTP_mail_link--> 95 95 <a href="mailto:{#mailto}">mailto:{#mail_address_start}...</a>
Note: See TracChangeset
for help on using the changeset viewer.