diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-01 22:59:32 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-01 22:59:32 +0100 |
commit | 618155e6ab1a76b5aaa667aa41a1668ce8f73a20 (patch) | |
tree | cc0520f83d9a6410ea4a1d066f07c64d43dcd1ce /view/tpl | |
parent | bd75d32c1bb870fae3c45c25f5726867d3f24297 (diff) | |
download | volse-hubzilla-618155e6ab1a76b5aaa667aa41a1668ce8f73a20.tar.gz volse-hubzilla-618155e6ab1a76b5aaa667aa41a1668ce8f73a20.tar.bz2 volse-hubzilla-618155e6ab1a76b5aaa667aa41a1668ce8f73a20.zip |
More Bluegrid fine tuning and generic-content-wrapper-styled added to some tpl-files and 2 php files, cause they dont have a tpl file.
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/admin_queue.tpl | 3 | ||||
-rw-r--r-- | view/tpl/rating_form.tpl | 3 | ||||
-rw-r--r-- | view/tpl/sources_edit.tpl | 3 | ||||
-rw-r--r-- | view/tpl/sources_list.tpl | 4 | ||||
-rw-r--r-- | view/tpl/sources_new.tpl | 3 |
5 files changed, 12 insertions, 4 deletions
diff --git a/view/tpl/admin_queue.tpl b/view/tpl/admin_queue.tpl index 85b476266..56b70bbee 100644 --- a/view/tpl/admin_queue.tpl +++ b/view/tpl/admin_queue.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h3>{{$banner}}</h3> {{if $hasentries}} @@ -11,4 +12,4 @@ </table> -{{/if}}
\ No newline at end of file +{{/if}} diff --git a/view/tpl/rating_form.tpl b/view/tpl/rating_form.tpl index d072a0b3c..4bd826484 100644 --- a/view/tpl/rating_form.tpl +++ b/view/tpl/rating_form.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h3>{{$header}}</h3> <div class="rating-target-name">{{if $site}}{{$website}} {{$site}}{{else}}{{$tgt_name}}{{/if}}</div> @@ -12,6 +13,7 @@ <input type="hidden" name="target" value="{{$target}}" /> <input id="contact-rating-mirror" type="hidden" name="rating" value="{{$rating_val}}" /> +<br /> <h3 class="abook-rating-text-desc">{{$lbl_rating_txt}}</h3> <textarea name="rating_text" id="rating-text" >{{$rating_txt}}</textarea> @@ -20,3 +22,4 @@ <input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> </form> +</div> diff --git a/view/tpl/sources_edit.tpl b/view/tpl/sources_edit.tpl index 34023e03f..a5b384ca3 100644 --- a/view/tpl/sources_edit.tpl +++ b/view/tpl/sources_edit.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <div class="descriptive-text">{{$desc}}</div> @@ -15,7 +16,7 @@ <br /> <br /> <a href="sources/{{$id}}/drop">{{$drop}}</a> - +</div> diff --git a/view/tpl/sources_list.tpl b/view/tpl/sources_list.tpl index 5fe50ba98..76be35b1a 100644 --- a/view/tpl/sources_list.tpl +++ b/view/tpl/sources_list.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <div class="descriptive-text">{{$desc}}</div> @@ -12,4 +13,5 @@ <li><a href="sources/{{$source.src_id}}">{{$source.xchan_name}}</a></li> {{/foreach}} </ul> -{{/if}}
\ No newline at end of file +{{/if}} +</div> diff --git a/view/tpl/sources_new.tpl b/view/tpl/sources_new.tpl index 3c6a4be30..3c8a54373 100644 --- a/view/tpl/sources_new.tpl +++ b/view/tpl/sources_new.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <div class="descriptive-text">{{$desc}}</div> @@ -11,5 +12,5 @@ <input type="submit" name="submit" class="sources-submit" value="{{$submit}}" /> </div> </form> - +</div> |