aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/prv_message.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-25 23:26:28 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-25 23:26:28 +0200
commitd6293730fc1a841e60bb145e5ac6470205effe9f (patch)
tree1495d17e4e6337e8aea3c0dd395f6b2dbc5696a5 /view/tpl/prv_message.tpl
parentba94f824b992f9ed787a71c2956388e975058ca8 (diff)
downloadvolse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.gz
volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.bz2
volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.zip
private mail: some work on conversations view
Diffstat (limited to 'view/tpl/prv_message.tpl')
-rwxr-xr-xview/tpl/prv_message.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl
index c6f393aa4..a83896f32 100755
--- a/view/tpl/prv_message.tpl
+++ b/view/tpl/prv_message.tpl
@@ -8,7 +8,7 @@
<div id="prvmail-to-label">{{$to}}</div>
{{if $showinputs}}
-<input type="text" id="recip" name="messagerecip" value="{{$prefill}}" maxlength="255" size="64" tabindex="10" />
+<input class="form-control" type="text" id="recip" name="messagerecip" value="{{$prefill}}" maxlength="255" tabindex="10" />
<input type="hidden" id="recip-complete" name="messageto" value="{{$preid}}">
{{else}}
{{$select}}
@@ -18,10 +18,10 @@
<input type="hidden" name="media_str" id="jot-media" value="" />
<div id="prvmail-subject-label">{{$subject}}</div>
-<input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" />
+<input class="form-control" type="text" maxlength="255" id="prvmail-subject" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" />
<div id="prvmail-message-label">{{$yourmessage}}</div>
-<textarea rows="8" cols="72" class="prvmail-text" id="prvmail-text" name="body" tabindex="12">{{$text}}</textarea>
+<textarea class="prvmail-text form-control" id="prvmail-text" name="body" tabindex="12">{{$text}}</textarea>
<div id="prvmail-submit-wrapper" >
@@ -51,6 +51,6 @@
<div id="prvmail-rotator"></div>
</div>
</div>
-<div id="prvmail-end"></div>
+<div id="prvmail-end" class="clear"></div>
</form>
</div>