From cdd2e9cd953394adfd6331c946466f3165606e29 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 3 Mar 2014 20:05:23 -0800 Subject: layout export to file --- view/js/icon_translate.js | 1 + view/tpl/layoutlist.tpl | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 view/tpl/layoutlist.tpl (limited to 'view') diff --git a/view/js/icon_translate.js b/view/js/icon_translate.js index 45deef05b..930d3b265 100644 --- a/view/js/icon_translate.js +++ b/view/js/icon_translate.js @@ -53,4 +53,5 @@ $(document).ready(function() { $('.icon-circle').addClass(''); $('.icon-bookmark').addClass(''); $('.icon-fullscreen').addClass(''); + $('.icon-share').addClass(''); }); \ No newline at end of file diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl new file mode 100644 index 000000000..96c692c1c --- /dev/null +++ b/view/tpl/layoutlist.tpl @@ -0,0 +1,19 @@ +{{if $pages}} + +
+ {{foreach $pages as $key => $items}} + {{foreach $items as $item}} +
+ {{if $edit}} {{/if}} + {{if $view}} {{/if}} + {{if $share}} {{/if}} + {{if $preview}} {{/if}} + {{$item.title}} +
+ {{/foreach}} + {{/foreach}} +
+ +
+ +{{/if}} -- cgit v1.2.3