Changeset 8256 for extensions/LCAS


Ignore:
Timestamp:
Dec 23, 2010, 5:27:47 PM (13 years ago)
Author:
Eric
Message:

Remove of unused template (template/userlist.tpl)
Piwigo is HTML 4.0 strict compliant -> Fixed some tags in global.tpl

Location:
extensions/LCAS/trunk/admin/template
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/admin/template/global.tpl

    r8181 r8256  
    9090</form>
    9191
    92 <br/><br/>
     92<br><br>
    9393
    9494<div id="usersToBeUpdated" class="instructionBlock" >
     
    102102                <fieldset>
    103103                  <form method="post" name="UserList" id="UserList" action="" class="general">
    104                         <input type="hidden" id="UserToUpdate" name="UserToUpdate" value="-1" />
     104                        <input type="hidden" id="UserToUpdate" name="UserToUpdate" value="-1">
    105105                {if count($users) > 0}
    106106                      <table id="sorting" class="table2" width="97%" summary="">
     
    118118                        {foreach from=$users item=user name=users_loop}
    119119                          <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
    120                             <td><input class="LCAS_textfields" type="text" name="user-{$user.ID}" id="user-{$user.ID}" value="{$user.USERNAME}" /></td>
     120                            <td><input class="LCAS_textfields" type="text" name="user-{$user.ID}" id="user-{$user.ID}" value="{$user.USERNAME}"></td>
    121121                            <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$LCAS_PATH}admin/template/icon/edit_s.png"></a></td>
    122122                            <td>{$user.EMAIL}</td>
     
    161161  </div>
    162162</div>
    163 <br/><br/>
     163<br><br>
    164164<div id="currentPWGConfig" class="instructionBlock" >
    165165
Note: See TracChangeset for help on using the changeset viewer.