Changeset 741 for trunk/template/default


Ignore:
Timestamp:
Feb 13, 2005, 8:53:07 PM (19 years ago)
Author:
plg
Message:
  • ability to add users from administration panel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/profile.tpl

    r709 r741  
     1<!-- BEGIN errors -->
     2<div class="errors">
     3  <ul>
     4    <!-- BEGIN error -->
     5    <li>{errors.error.ERROR}</li>
     6    <!-- END error -->
     7  </ul>
     8</div>
     9<!-- END errors -->
     10
     11<!-- BEGIN add_user -->
     12<div class="admin">{L_GROUP_ADD_USER}</div>
     13<form method="post" name="post" action="{add_user.F_ACTION}">
     14  {L_USERNAME} <input type="text" name="login" maxlength="50" size="20" />
     15  {L_PASSWORD} <input type="text" name="password" />
     16  <input type="submit" name="submit_add" value="add" class="bouton" />
     17</form>
     18<!-- END add_user -->
     19
    120<!-- BEGIN select_user -->
    221<div class="admin">{L_SELECT_USERNAME}</div>
     
    5170<div class="titrePage">{L_TITLE}</div>
    5271<!-- END profile -->
    53 <!-- BEGIN errors -->
    54 <div class="errors">
    55         <ul>
    56           <!-- BEGIN error -->
    57           <li>{modify.errors.error.ERROR}</li>
    58           <!-- END error -->
    59         </ul>
    60 </div>
    61 <!-- END errors -->
    6272<form method="post" action="{F_ACTION}">
    6373<table width="70%" align="center">
Note: See TracChangeset for help on using the changeset viewer.