X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Fsrc%2FTemplate%2FCategories%2Findex.ctp;fp=production%2Fexample_apps%2Fzippy_maps%2Fsrc%2FTemplate%2FCategories%2Findex.ctp;h=1a0381b0cd945bf57637b0cd163adb281bb5be98;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/src/Template/Categories/index.ctp b/production/example_apps/zippy_maps/src/Template/Categories/index.ctp new file mode 100644 index 00000000..1a0381b0 --- /dev/null +++ b/production/example_apps/zippy_maps/src/Template/Categories/index.ctp @@ -0,0 +1,56 @@ + + +
+

+ + + + + + + + + + + + + + + + + + + + + + + +
Paginator->sort('id') ?>Paginator->sort('name') ?>Paginator->sort('image') ?>Paginator->sort('created') ?>Paginator->sort('modified') ?>
Number->format($category->id) ?>name) ?>image) ?>created) ?>modified) ?> + Html->link(__('Map'), ['action' => 'map', $category->id]) ?> + Html->link(__('Center'), ['action' => 'center', $category->id]) ?> + Html->link(__('View'), ['action' => 'view', $category->id]) ?> + Html->link(__('Edit'), ['action' => 'edit', $category->id]) ?> + Form->postLink(__('Delete'), ['action' => 'delete', $category->id], ['confirm' => __('Are you sure you want to delete # {0}?', $category->id)]) ?> +
+
+ +

Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>

+
+