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/sources_edit.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/sources_edit.tpl')
-rw-r--r-- | view/tpl/sources_edit.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
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> |