diff options
author | Simon Rettberg | 2017-04-27 15:31:09 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-04-27 15:31:09 +0200 |
commit | 1f3b78edd205cbbfebfd46f2eb94fe6ac2993614 (patch) | |
tree | 9e9e0256da518a00fda1cf422a208cd6f31b7e29 /modules-available/locationinfo | |
parent | [locationinfo] Regression: Fix editing location with no previous config (diff) | |
download | slx-admin-1f3b78edd205cbbfebfd46f2eb94fe6ac2993614.tar.gz slx-admin-1f3b78edd205cbbfebfd46f2eb94fe6ac2993614.tar.xz slx-admin-1f3b78edd205cbbfebfd46f2eb94fe6ac2993614.zip |
[locationinfo] Open panel in new window
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/templates/location-info.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/location-info.html b/modules-available/locationinfo/templates/location-info.html index ce7b6504..e2ee2960 100644 --- a/modules-available/locationinfo/templates/location-info.html +++ b/modules-available/locationinfo/templates/location-info.html @@ -62,7 +62,7 @@ <tr id="row{{locationid}}"> <td> <div style="display:inline-block;width:{{depth}}em"></div> - <a href="modules/locationinfo/frontend/doorsign.html?id={{locationid}}">{{locationname}}</a> + <a href="modules/locationinfo/frontend/doorsign.html?id={{locationid}}" target="_blank">{{locationname}}</a> </td> <td align="center"> <div class="checkbox" style="margin:0"> |