1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Issue #5481 Added pref for displaying debug navigation button in admin area.

This commit is contained in:
camer0n
2025-04-26 07:39:54 -07:00
parent 9626bc6f07
commit 68c0eb8505
5 changed files with 31 additions and 8 deletions

View File

@@ -759,6 +759,14 @@ $text .= "
</td>
</tr>
<tr>
<td><label for='admin-collapse-sidebar'>".PRFLAN_287."</label></td>
<td>
".$e_userclass->uc_dropdown('admin_navbar_debug', $pref['admin_navbar_debug'], 'nobody,main,admin,classes,no-excludes', "tabindex='".$frm->getNext()."'")."
</td>
</tr>
</tbody>