diff options
author | friendica <info@friendica.com> | 2013-08-13 18:10:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 18:10:03 -0700 |
commit | 680baff73d70769714d806c00cc84c6e65faba0f (patch) | |
tree | e4d66e2d7baf54597e125ad6c4c83dbbd65f1715 /view/tpl/field_input.tpl | |
parent | d6c6a2b144ad1c619cef70310bad7e0cdc920e77 (diff) | |
download | volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.tar.gz volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.tar.bz2 volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.zip |
menu management complete (as opposed to menu *content* management, which is not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task.
Diffstat (limited to 'view/tpl/field_input.tpl')
-rwxr-xr-x | view/tpl/field_input.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl index 2cb3cb91e..d5b3d6b4e 100755 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -1,6 +1,6 @@ <div class='field input'> <label for='id_{{$field.0}}' id='label_{{$field.0}}'>{{$field.1}}</label> - <input name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"> + <input name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}} <span id='help_{{$field.0}}' class='field_help'>{{$field.3}}</span> <div id='end_{{$field.0}}' class='field_end'></div> </div> |