aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-23 00:17:55 -0800
committerfriendica <info@friendica.com>2013-11-23 00:17:55 -0800
commita7536b117fe11a7c2ed955d3281ab719ef638a92 (patch)
tree780e656c92022e0efad571b5d98bec1bb16fbe11 /view/tpl
parentc81eb2a7952dac232e344d769f120120fa80bae1 (diff)
parent7f6f4d2e9e5ff0486382c41c76f6eac87af37ef2 (diff)
downloadvolse-hubzilla-a7536b117fe11a7c2ed955d3281ab719ef638a92.tar.gz
volse-hubzilla-a7536b117fe11a7c2ed955d3281ab719ef638a92.tar.bz2
volse-hubzilla-a7536b117fe11a7c2ed955d3281ab719ef638a92.zip
Merge pull request #207 from git-marijus/master
search should respect max items to load as well
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/field_input.tpl2
-rwxr-xr-xview/tpl/jot.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl
index d5b3d6b4e..a584f95e7 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}}">{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}}
+ <input name='{{$field.0}}' id='id_{{$field.0}}' type="text" 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>
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index ef91f45be..b9238f0c0 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -24,7 +24,7 @@
<div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div>
{{/if}}
<div id="jot-text-wrap">
- <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
+ <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea>
</div>
<div id="profile-jot-text-loading"></div>