4 * Copyright (c) 2003-2008 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
7 * Layout editor submissions list.
9 * $Id: submissions.tpl,v 1.1 2009/04/07 01:02:16 tylerl Exp $
12 {assign var="pageTitle" value="common.queue.long.$pageToDisplay"}
13 {include file="common/header.tpl"}
17 <li{if ($pageToDisplay == "active")} class="current"{/if}><a href="{url op="submissions" path="active"}">{translate key="common.queue.short.active"}</a></li>
18 <li{if ($pageToDisplay == "completed")} class="current"{/if}><a href="{url op="submissions" path="completed"}">{translate key="common.queue.short.completed"}</a></li>
23 {include file="designer/$pageToDisplay.tpl"}
25 {include file="common/footer.tpl"}