瀏覽代碼

Access list display tweak

Nathaniel van Diepen 10 年之前
父節點
當前提交
b0f45f9c94
共有 1 個文件被更改,包括 0 次插入5 次删除
  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}}