get_my/client/AdminMgmt/StoreMgMt/storeMgmt.html

11 lines
267 B
HTML
Raw Normal View History

<template name="storeMgmt">
<!-- Store Management Entry / Edit -->
<h4>Store Management</h4>
<p>Add Stores you commonly make lists for here.</p>
{{> storeMgmtForm}}
<!-- Store Management Table List -->
<hr>
{{> storeMgmtTbl}}
</template>