aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/locmanage.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-01 15:51:45 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-01 15:51:45 -0800
commitb62614bbd48151837e29ab56a53e683d2f4dcb01 (patch)
tree0766bf0e7d27fb0a4ca7603e7447f4afbd2b1799 /view/tpl/locmanage.tpl
parenta8cdbd44e8ab393cf24f2f36746c3382c1e63327 (diff)
downloadvolse-hubzilla-b62614bbd48151837e29ab56a53e683d2f4dcb01.tar.gz
volse-hubzilla-b62614bbd48151837e29ab56a53e683d2f4dcb01.tar.bz2
volse-hubzilla-b62614bbd48151837e29ab56a53e683d2f4dcb01.zip
improve /locs page with some field notes and the ability to do a forced sync
Diffstat (limited to 'view/tpl/locmanage.tpl')
-rw-r--r--view/tpl/locmanage.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
index 970d13300..c94cf60a7 100644
--- a/view/tpl/locmanage.tpl
+++ b/view/tpl/locmanage.tpl
@@ -10,6 +10,15 @@ function drophub(id) {
}
</script>
+<div class="descriptive-text">{{$sync_text}}</div>
+<br />
+<div class="descriptive-text">{{$drop_text}}</div>
+<div class="descriptive-text">{{$last_resort}}</div>
+<br />
+
+
+
+
<table>
<tr><td>{{$loc}}</td><td>{{$mkprm}}</td><td>{{$drop}}</td></tr>
{{foreach $hubs as $hub}}
@@ -25,3 +34,5 @@ function drophub(id) {
{{/foreach}}
</table>
</div>
+<div class="clear"></div>
+<button class="btn btn-std" onclick="window.location.href='/locs/f=&sync=1'; return false;">{{$sync}}</button>