Seditio Source code viewer
Root | Root
./Seditio-Developer/Seditio.178/skins/sympfy/admin/admin.rightsbyitem.tpl
<!-- BEGIN: ADMIN_RIGHTS -->

<div class="content-box">
<div class="content-box-header">
<h3>{RIGHTS_TITLE}</h3>
<div class="clear"></div>
</div>

<div class="content-box-content">  


<form id="saverights" action="{RIGHTS_UPDATE_SEND}" method="post">

<!-- BEGIN: RIGHTSBYITEM -->

<table class="cells striped" style="margin-bottom:15px;">

<thead>

<tr>
<th class="coltop">{PHP.L.Groups}</th>
<th class="coltop" style="width:128px; text-align:center;">{PHP.L.adm_rightspergroup}</th>
<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_r.gif" alt="" /></th>
<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_w.gif" alt="" /></th>

<!-- BEGIN: ADVANCED_RIGHTS -->

<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_1.gif" alt="" /></th>
<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_2.gif" alt="" /></th>
<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_3.gif" alt="" /></th>
<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_4.gif" alt="" /></th>
<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_5.gif" alt="" /></th>

<!-- END: ADVANCED_RIGHTS -->

<th style="width:24px;" class="coltop"><img src="system/img/admin/auth_a.gif" alt="" /></th>
<th class="coltop" style="width:80px; text-align:center;">{PHP.L.adm_setby}</th>
<th class="coltop" style="width:64px;">{PHP.L.Open}</th>
</tr>

</thead>

<!-- BEGIN: RIGHTS_LIST -->
<tr>
<td style="padding:1px;"><a href="{RIGHTS_LIST_URL}"><span class="icon"><i class="fa fa-lg fa-user"></i></span> {RIGHTS_LIST_TITLE}</a></td>
<td style="text-align:center; padding:2px;"><a href="{RIGHTS_LIST_RIGHTBYITEM_URL}"><i class="fa fa-lg fa-lock"></i></a></td>

<!-- BEGIN: RIGHTS_LIST_OPTIONS -->
<td style="text-align:center; padding:2px;">
{RIGHTS_OPTIONS}
</td>
<!-- END: RIGHTS_LIST_OPTIONS -->

<td style="text-align:center; padding:2px;">{RIGHTS_LIST_SETBYUSER}</td>
<td style="text-align:center; padding:2px;"><a href="{RIGHTS_LIST_OPEN_URL}"><i class="fa fa-lg fa-chevron-right"></i></a></td>
</tr>
<!-- END: RIGHTS_LIST -->

<tr>
<td colspan="{RIGHTS_UPDATECOLUMN_COUNT}" style="text-align:center;">
<input type="submit" class="submit btn" value="{PHP.L.Update}" />
</td>
</tr>


</table>
<!-- END: RIGHTSBYITEM -->

</form>

</div>
</div>

<!-- END: ADMIN_RIGHTS -->
Presented with Sourceer