diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/locmanage.tpl | 11 |
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> |