diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-25 21:32:11 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-25 21:32:11 +0100 |
commit | 2d2a1816ff1c668d6a00fc792addb39848765753 (patch) | |
tree | 611f5b744955d8fbbb7540c827955d510588cc69 /module/web/templates | |
parent | nicer captcha dialog (diff) | |
download | pyload-2d2a1816ff1c668d6a00fc792addb39848765753.tar.xz |
tooltips for input elements
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 7f6bbeb8e..a32a6e0dd 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -46,6 +46,7 @@ <div class="control-group">
<label class="control-label"><% label %></label>
<div class="controls">
+{# <span class="help-inline"><% description %></span>#}
</div>
</div>
</script>
|