aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-28 21:16:56 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-28 21:16:56 -0700
commitde13497333c9b68e3fa2d73c9a0284da7797f405 (patch)
tree8fd039284fb96bcdb74efad09c69dc34348364f4 /view
parent1ee1b6a33435a0d05031312f988066d99ea06d5c (diff)
downloadvolse-hubzilla-de13497333c9b68e3fa2d73c9a0284da7797f405.tar.gz
volse-hubzilla-de13497333c9b68e3fa2d73c9a0284da7797f405.tar.bz2
volse-hubzilla-de13497333c9b68e3fa2d73c9a0284da7797f405.zip
no this isn't it. well ok, it's part of it, but not the important part. it's still pretty cool.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css1
-rwxr-xr-xview/tpl/abook_edit.tpl8
2 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ad203867c..e53cc7ee1 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2277,3 +2277,4 @@ nav .badge.mail-update:hover {
.channels_ckbx, .pending_ckbx, .users_ckbx {
margin-top: -5px !important;
}
+
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index fb02ff8ed..10692856e 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -50,6 +50,9 @@
{{/if}}
+ {{include file="field_textarea.tpl" field=$incl}}
+ {{include file="field_textarea.tpl" field=$excl}}
+
{{if $rating}}
<h3>{{$lbl_rating}}</h3>
@@ -58,6 +61,8 @@
{{/if}}
+
+
{{/if}}
@@ -75,8 +80,7 @@
{{if $rating}}
{{if $notself}}
-<h3 class="abook-rating-text-desc">{{$lbl_rating_txt}}</h3>
-<textarea name="rating_text" id="rating-text" >{{$rating_txt}}</textarea>
+ {{include file="field_textarea.tpl" field=$rating_text}}
{{/if}}
{{/if}}