diff options
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-locations.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html index 37d8dd96..94c4cd40 100644 --- a/modules-available/locationinfo/templates/page-locations.html +++ b/modules-available/locationinfo/templates/page-locations.html @@ -17,10 +17,14 @@ <tr> <td> <div style="display:inline-block;width:{{depth}}em"></div> + {{#allowed}} <a href="#" class="loc-name {{^depth}}slx-bold{{/depth}}" data-locationid="{{locationid}}"> + {{/allowed}} {{locationname}} + {{#allowed}} <span class="glyphicon glyphicon-edit"></span> </a> + {{/allowed}} </td> <td {{#backendMissing}}class="text-danger"{{/backendMissing}}> {{backend}} |