Module: nagvis Branch: master Commit: 01fbde135cfcbe415776d7d0c31fca9ae36e49ed URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=01fbde135cfcbe415776d7d0c31fca9ae36e49ed
Author: LaMi <[email protected]> Date: Tue Feb 16 21:51:35 2010 +0100 Not allowed users don't see the WUI links in header menu (Doc update) --- docs/en_US/header_templates.html | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/docs/en_US/header_templates.html b/docs/en_US/header_templates.html index d3d0c46..6976a56 100644 --- a/docs/en_US/header_templates.html +++ b/docs/en_US/header_templates.html @@ -44,6 +44,9 @@ <td>${permittedEdit}</td><td>Is true when the user is permitted to edit the current map. Otherwise it is False. <font color="#ff0000">(New in 1.5)</font>.</td> </tr> <tr> + <td>${permittedEditAnyMap}</td><td>Is true when the user is allowed to edit at least one map. Otherwise it is False. <font color="#ff0000">(New in 1.5)</font>.</td> + </tr> + <tr> <td>${permittedChangePassword}</td><td>Is true when the user is permitted to change the own password. Otherwise it is False. <font color="#ff0000">(New in 1.5)</font>.</td> </tr> <tr> @@ -54,7 +57,14 @@ </tr> <tr> <td valign="top"> {foreach $maps map} <br>{$map.mapName}<br>{/foreach}</td> - <td>A list of all maps defined in NagVis. The code between <code>{foreach $maps map}</code> and <code>{/foreach}</code> is repeated for each map. For an example have a look at <code>share/userfiles/templates/pages/default.header.html</code>.<br><br>Within the BEGIN/END-Tags the following macros are available: <br>* <i>{$map.mapName} (Was [map_name])</i>: Name of the map<br>* <i>{$map.mapAlias} (Was [map_alias])</i>: Alias of the map<br>* <i>{$map.urlParams}</i>: Special parameters to hand over to the NagVis frontend like search strings.</td> + <td>A list of all maps defined in NagVis. The code between <code>{foreach $maps map}</code> and <code>{/foreach}</code> + is repeated for each map. For an example have a look at <code>share/userfiles/templates/pages/default.header.html</code>. + <br /><br />Within the BEGIN/END-Tags the following macros are available: + <br />* <i>{$map.mapName} (Was [map_name])</i>: Name of the map + <br />* <i>{$map.mapAlias} (Was [map_alias])</i>: Alias of the map + <br />* <i>{$map.urlParams}</i>: Special parameters to hand over to the NagVis frontend like search strings. + <br />* <i>{$map.permittedEdit}</i>: Is the user permitted to edit this map? + </td> </tr> <tr> <td valign="top">{foreach $langs lang}<br>{$lang.language}<br>{/foreach}</td> ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
