summaryrefslogtreecommitdiff
path: root/templates/admin_shifts_angel_types.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-28 22:40:48 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-28 22:40:48 +0100
commit1e05da6c8114238edb499fd21104bd573f9cf3e3 (patch)
treef9bb035f606774a85a17748619e2e10bad1b58b8 /templates/admin_shifts_angel_types.html
parent8a5915594ffbbf529c827b2ce31a64590b0d1b14 (diff)
gettext for user sites
Diffstat (limited to 'templates/admin_shifts_angel_types.html')
-rw-r--r--templates/admin_shifts_angel_types.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_shifts_angel_types.html b/templates/admin_shifts_angel_types.html
index 04e31c81..9b54fb89 100644
--- a/templates/admin_shifts_angel_types.html
+++ b/templates/admin_shifts_angel_types.html
@@ -1,8 +1,8 @@
-<p>
- <label>
+<div class="form_element">
+ <label class="form_label">
%type%:
</label>
- <span class="spinner"><a id="type_%id%_down" href="#">-</a><input type="text" id="type_%id%" name="type_%id%" value="%value%" /><a id="type_%id%_up" href="#">+</a></span>
+ <div class="form_input spinner"><a id="type_%id%_down" href="#">-</a><input type="text" id="type_%id%" name="type_%id%" value="%value%" /><a id="type_%id%_up" href="#">+</a></div>
<script type="text/javascript">
document.getElementById("type_%id%_up").onclick = function(e){
document.getElementById("type_%id%").value = (parseInt(document.getElementById("type_%id%").value) + 101) % 100;
@@ -19,4 +19,4 @@
return false;
};
</script>
-</p>
+</div>