summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-log.html
diff options
context:
space:
mode:
authorJannik Schönartz2017-12-28 15:55:49 +0100
committerJannik Schönartz2017-12-28 15:55:49 +0100
commit086c7458fe2c59dbb907755648362917c615404e (patch)
treea0ddf550223e628e70bcf9fe33096c1f000d2742 /modules-available/dozmod/templates/actionlog-log.html
parent[usb-lock-off] Switched to the _hw db structure. Adding a device and db contr... (diff)
parent[sysconfig] Restore long lost ajax functionality (diff)
downloadslx-admin-086c7458fe2c59dbb907755648362917c615404e.tar.gz
slx-admin-086c7458fe2c59dbb907755648362917c615404e.tar.xz
slx-admin-086c7458fe2c59dbb907755648362917c615404e.zip
Merge branch 'origin/master' into usb-lock-off
Diffstat (limited to 'modules-available/dozmod/templates/actionlog-log.html')
-rw-r--r--modules-available/dozmod/templates/actionlog-log.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/actionlog-log.html b/modules-available/dozmod/templates/actionlog-log.html
index 09f3a183..8aa57207 100644
--- a/modules-available/dozmod/templates/actionlog-log.html
+++ b/modules-available/dozmod/templates/actionlog-log.html
@@ -18,7 +18,7 @@
{{#showActor}}
<td style="min-width:140px">
{{#uuserid}}
- <a href="?do=dozmod&amp;section=actionlog&amp;action=showuser&amp;uuid={{uuserid}}">{{ulastname}}, {{ufirstname}}</a>
+ {{#allowedShowUser}}<a href="?do=dozmod&amp;section=actionlog&amp;action=showuser&amp;uuid={{uuserid}}">{{/allowedShowUser}} {{ulastname}}, {{ufirstname}}{{#allowedShowUser}}</a>{{/allowedShowUser}}
{{/uuserid}}
{{^uuserid}}
{{lang_system}}
@@ -28,7 +28,7 @@
{{#showTarget}}
<td style="word-wrap: break-word">
{{#targeturl}}
- <a href="{{targeturl}}">{{targetname}}</a>
+ {{#allowedShowTarget}}<a href="{{targeturl}}">{{/allowedShowTarget}}{{targetname}}{{#allowedShowTarget}}</a>{{/allowedShowTarget}}
{{/targeturl}}
{{^targeturl}}
{{targetname}}