Changeset 164 for trunk/template


Ignore:
Timestamp:
Sep 24, 2003, 9:30:24 PM (21 years ago)
Author:
z0rglub
Message:

The generation of mail address works back. Since the add of another form on
the same page, it didn't work, because, when adding a new user and no
errors, the $_POST was cleaned, but made no differences between the 2
forms...

File:
1 edited

Legend:

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

    r101 r164  
    3232    {#login} : <input type="text" name="username" value="{#f_username}" />
    3333    {#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" />
    3535  </div>
    3636</form>
     
    3838
    3939<!--VTP_users-->
    40 <form method="post" action="{#form_action}" name="{#form_name}">
     40<form method="post" action="{#form_action}">
    4141<table width="100%">
    4242  <!--VTP_category-->
     
    9191      <input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" />
    9292      <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;" />
    9494      <!--VTP_mail_link-->
    9595      <a href="mailto:{#mailto}">mailto:{#mail_address_start}...</a>
Note: See TracChangeset for help on using the changeset viewer.