Browse Source

Access list display tweak

Nathaniel van Diepen 10 years ago
parent
commit
b0f45f9c94
1 changed files with 0 additions and 5 deletions
  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}}