summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/location-info.html
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-21 03:38:38 +0100
committerJannik Schönartz2017-03-21 03:38:38 +0100
commitea7e5a3d15eac8baed1fe1c2c207118cc6350364 (patch)
treeb6e738c4a6a929a7b97fd77877dc07f4111109c1 /modules-available/locationinfo/templates/location-info.html
parentBug das der Name nicht gefunden wird, war ein Rechtschreibfehler der jetzt be... (diff)
downloadslx-admin-ea7e5a3d15eac8baed1fe1c2c207118cc6350364.tar.gz
slx-admin-ea7e5a3d15eac8baed1fe1c2c207118cc6350364.tar.xz
slx-admin-ea7e5a3d15eac8baed1fe1c2c207118cc6350364.zip
Admin-panel: Redesigned config. Added helpboxes.
Diffstat (limited to 'modules-available/locationinfo/templates/location-info.html')
-rw-r--r--modules-available/locationinfo/templates/location-info.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/locationinfo/templates/location-info.html b/modules-available/locationinfo/templates/location-info.html
index d494ebdc..86d30260 100644
--- a/modules-available/locationinfo/templates/location-info.html
+++ b/modules-available/locationinfo/templates/location-info.html
@@ -95,11 +95,11 @@
}
cb.addEventListener("click", function() { cbClick(this, {{locationid}}); });
</script>
- <td onclick="event.cancelBubble = true;"><a class="btn btn-sm btn-default" role="button"
- onclick="loadTimeModal({{locationid}}, '{{locationname}}');"><span style="margin-right: 5px;" class="glyphicon glyphicon-time"></span>{{lang_openingTime}}</a>
+ <td onclick="event.cancelBubble = true;"><a class="btn btn-sm btn-default" role="button" style="width: 100%"
+ onclick="loadTimeModal({{locationid}}, '{{locationname}}');"><span style="margin-right: 5px;" class="glyphicon glyphicon-time"></span></a>
</td>
- <td onclick="event.cancelBubble = true;"><a class="btn btn-sm btn-default" role="button"
- onclick="loadConfigModal({{locationid}}, '{{locationname}}');"><span style="margin-right: 5px;" class="glyphicon glyphicon-cog"></span>{{lang_locationSettings}}</a>
+ <td onclick="event.cancelBubble = true;"><a class="btn btn-sm btn-default" role="button" style="width: 100%;"
+ onclick="loadConfigModal({{locationid}}, '{{locationname}}');"><span style="margin-right: 5px;" class="glyphicon glyphicon-cog"></span></a>
</td>
</tr>