Show
Ignore:
Timestamp:
04/02/08 23:19:50 (20 months ago)
Author:
bsmith
Message:

bugzid:75101 - Add create link for listings in zero state

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/tmpl/cms/include/template_table.tmpl

    r1632 r1730  
    9797        </tbody> 
    9898    </mt:if> 
     99<mt:else> 
     100    <div id="<$mt:var name="template_type"$>-listing" class="listing zero-state-listing zero-state"> 
     101        <div class="listing-header"> 
     102            <$mt:var name="listing_header"$> 
     103        </div> 
     104        <mtapp:statusmsg 
     105            id="zero-state" 
     106            class="info zero-state"> 
     107            <__trans phrase="No [_1] could be found." params="<$mt:var name="template_type_label"$>"> 
     108        </mtapp:statusmsg> 
     109    </div> 
    99110</mtapp:listing>