芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/templates/six/clientareaquotes.tpl
{include file="$template/includes/tablelist.tpl" tableName="QuotesList" noSortColumns="5" filterColumn="4"}
{$LANG.quotenumber}
{$LANG.quotesubject}
{$LANG.quotedatecreated}
{$LANG.quotevaliduntil}
{$LANG.quotestage}
{foreach from=$quotes item=quote}
{$quote.id}
{$quote.subject}
{$quote.normalisedDateCreated}
{$quote.datecreated}
{$quote.normalisedValidUntil}
{$quote.validuntil}
{$quote.stage}
{$LANG.quotedownload}
{$LANG.quoteview}
{/foreach}
{$LANG.loading}