- Timestamp:
- Sep 4, 2008, 10:17:38 PM (16 years ago)
- Location:
- trunk/admin/template/yoga
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/yoga/admin/user_list.tpl
r2496 r2498 49 49 <form method="post" name="preferences" action=""> 50 50 51 <table class="table2"> 52 <tr class="throw"> 53 <th> </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> </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 66 69 {foreach from=$users item=user name=users_loop} 67 70 <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}"> -
trunk/admin/template/yoga/default-layout.css
r2492 r2498 11 11 12 12 TABLE.table2 TD { 13 padding: 0 30px;13 padding: 0 20px; 14 14 } 15 15 … … 18 18 } 19 19 20 table.table2 thead td { padding:7px 20px 3px 20px; } 21 table.table2 tr.throw { text-align: center; } 22 table.table2 { margin:0pt auto; } 23 .sort { display:block; padding:8px 5px 0px 1px; } 20 24 21 25 -
trunk/admin/template/yoga/theme/admin/theme.css
r2495 r2498 74 74 list-style-type:none; text-align:center; text-indent:0pt; } 75 75 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 81 76 /* tabsheets are often used in admin pages => No specific css files */ 82 77 .tabsheet {
Note: See TracChangeset
for help on using the changeset viewer.