diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-07 04:04:15 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-07 04:04:15 -0700 |
commit | 5d59462e49b893507c714d9ec72472e884677cd5 (patch) | |
tree | 16f59a1f319906086e2a8b578a753705b7fbf85c | |
parent | 1b09c6485638339aede6dc2fd69956716b80fb00 (diff) | |
parent | ee21d87d1b43a52be7568cfa285f1b6ddb3c16e2 (diff) | |
download | volse-hubzilla-5d59462e49b893507c714d9ec72472e884677cd5.tar.gz volse-hubzilla-5d59462e49b893507c714d9ec72472e884677cd5.tar.bz2 volse-hubzilla-5d59462e49b893507c714d9ec72472e884677cd5.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
-rw-r--r-- | view/tpl/uexport.tpl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl index 5de995ba0..b9a1b9572 100644 --- a/view/tpl/uexport.tpl +++ b/view/tpl/uexport.tpl @@ -1,9 +1,12 @@ <div class="generic-content-wrapper"> -<h1>{{$title}}</h1> -<b><a href="uexport/basic">{{$basictitle}}</a></b></p> -<p>{{$basic}}</p> - -<p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p> -<p>{{$full}}</p> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <div class="section-content-wrapper"> + <b><a href="uexport/basic">{{$basictitle}}</a></b></p> + <p>{{$basic}}</p> + <p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p> + <p>{{$full}}</p> + </div> </div> |