Changeset 2498


Ignore:
Timestamp:
Sep 4, 2008, 10:17:38 PM (16 years ago)
Author:
vdigital
Message:

Bug 852: Users display

Location:
trunk/admin/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/admin/user_list.tpl

    r2496 r2498  
    4949<form method="post" name="preferences" action="">
    5050
    51 <table class="table2">
    52   <tr class="throw">
    53     <th>&nbsp;</th>
    54     <th>{'Username'|@translate}</th>
    55     <th>{'user_status'|@translate}</th>
    56     <th>{'Email address'|@translate}</th>
    57     <th>{'Groups'|@translate}</th>
    58     <th>{'properties'|@translate}</th>
    59     {if not empty($plugin_user_list_column_titles)}
    60     {foreach from=$plugin_user_list_column_titles item=title}
    61     <th>{$title}</th>
    62     {/foreach}
    63     {/if}
    64     <th>{'Actions'|@translate}</th>
    65   </tr>
     51<table class="table2" width="97%">
     52  <thead>
     53    <tr class="throw">
     54      <td>&nbsp;</td>
     55      <td>{'Username'|@translate}</td>
     56      <td>{'user_status'|@translate}</td>
     57      <td>{'Email address'|@translate}</td>
     58      <td>{'Groups'|@translate}</td>
     59      <td>{'properties'|@translate}</td>
     60      {if not empty($plugin_user_list_column_titles)}
     61      {foreach from=$plugin_user_list_column_titles item=title}
     62      <td>{$title}</td>
     63      {/foreach}
     64      {/if}
     65      <td>{'Actions'|@translate}</td>
     66    </tr>
     67  </thead>
     68
    6669  {foreach from=$users item=user name=users_loop}
    6770  <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
  • trunk/admin/template/yoga/default-layout.css

    r2492 r2498  
    1111
    1212TABLE.table2 TD {
    13   padding: 0 30px;
     13  padding: 0 20px;
    1414}
    1515
     
    1818}
    1919
     20table.table2 thead td { padding:7px 20px 3px 20px; }
     21table.table2 tr.throw { text-align: center; }
     22table.table2 { margin:0pt auto; }
     23.sort { display:block; padding:8px 5px 0px 1px; }
    2024
    2125
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2495 r2498  
    7474list-style-type:none; text-align:center; text-indent:0pt; }
    7575
    76 table.table2 th { padding:3px 30px; }
    77 table.table2 tr.throw { text-align: center; }
    78 table.table2 { margin:0pt auto; }
    79 .sort { display:block; padding:8px 5px 0px 1px; }
    80 
    8176/* tabsheets are often used in admin  pages => No specific css files */
    8277.tabsheet {
Note: See TracChangeset for help on using the changeset viewer.