Explorar o código

Access list display tweak

Nathaniel van Diepen %!s(int64=10) %!d(string=hai) anos
pai
achega
b0f45f9c94
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      site/index.php

+ 0 - 5
site/index.php

@@ -166,16 +166,12 @@
 											<?php echo __('Access'); ?>
 										</td>
 										<td></td>
-										<td></td>
 									</tr>
 									{{#each this.users}}
 										<tr style='font-weight:bold;' class='treegrid-{{this.id}} treegrid-parent-0'>
 											<td>
 												{{this.name}}
 											</td>
-											<td>
-												<?php echo __('Flags'); ?>
-											</td>
 											<td>
 												{{#if ../canaccess}}
 													<a onclick="window.ModifyChannelAccess('{{../../name}}','{{this.name}}',{{this.id}});" style="cursor:pointer;">
@@ -190,7 +186,6 @@
 												<td>
 													{{this.name}}
 												</td>
-												<td></td>
 											</tr>
 										{{/each}}
 									{{/each}}