diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-16 21:46:24 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-16 21:46:24 +0100 |
commit | f738902107b118e8edb444e4bec2f98b7c5ea97a (patch) | |
tree | 0e05067fd2317f60c2f26cc9dff2119855ef8c4d /view/tpl/pdledit.tpl | |
parent | 364972a2925ee9545364e53b79d5a3d50149119d (diff) | |
download | volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.tar.gz volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.tar.bz2 volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.zip |
@hubdomain also for auto-create-channel + adding css wrapper (ongoing work)
Diffstat (limited to 'view/tpl/pdledit.tpl')
-rw-r--r-- | view/tpl/pdledit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl index 9df93e4c6..af8e37602 100644 --- a/view/tpl/pdledit.tpl +++ b/view/tpl/pdledit.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$header}}</h1> <h2>{{$mname}} {{$module}}</h2> @@ -17,5 +18,4 @@ <input type="submit" name="submit" value="{{$submit}}" /> </form> - - +</div> |