diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-12-16 17:23:05 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-12-16 17:23:05 +0100 |
commit | 0ef438155a581b3c16f9997eb4d446d5abd3e59e (patch) | |
tree | a3208bac2cbfe17d9122883b2b75948478a296cb /lib/plugins/acl/admin.php | |
parent | 159765765d0a79d18bc59d46362365c552218f68 (diff) | |
download | rpg-0ef438155a581b3c16f9997eb4d446d5abd3e59e.tar.gz rpg-0ef438155a581b3c16f9997eb4d446d5abd3e59e.tar.bz2 |
ACL Manager: Add footnote about permission inclusion
darcs-hash:20081216162305-7ad00-c1abb00d3d0992977a7f366da2eeb6e2b18b0857.gz
Diffstat (limited to 'lib/plugins/acl/admin.php')
-rw-r--r-- | lib/plugins/acl/admin.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/plugins/acl/admin.php b/lib/plugins/acl/admin.php index 96f6aa4a5..8e0be08ce 100644 --- a/lib/plugins/acl/admin.php +++ b/lib/plugins/acl/admin.php @@ -170,6 +170,11 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin { $this->_html_table(); echo '</div>'.NL; + echo '<div class="footnotes"><div class="fn">'.NL; + echo '<sup><a id="fn__1" class="fn_bot" name="fn__1" href="#fnt__1">1)</a></sup>'.NL; + echo $this->getLang('p_include'); + echo '</div></div>'; + echo '</div>'.NL; } @@ -535,7 +540,7 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin { echo '<tr>'; echo '<th>'.$this->getLang('where').'</th>'; echo '<th>'.$this->getLang('who').'</th>'; - echo '<th>'.$this->getLang('perm').'</th>'; + echo '<th>'.$this->getLang('perm').'<sup><a id="fnt__1" class="fn_top" name="fnt__1" href="#fn__1">1)</a></sup></th>'; echo '<th>'.$lang['btn_delete'].'</th>'; echo '</tr>'; foreach($this->acl as $where => $set){ |