Changeset 1101 for trunk/htdocs/cacher/sub/entrylist.tpl.php
- Timestamp:
- 08/01/2012 10:00:21 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/sub/entrylist.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/sub/entrylist.tpl.php
r1086 r1101 2 2 <form action="" method="post"> 3 3 <table cellspacing="0" cellpadding="4" class="cycles entries"> 4 <caption><?php echo _T("$typeName $listName"); ?></caption>4 <caption><?php echo $caption; ?></caption> 5 5 <?php 6 6 … … 12 12 if ($isphp) { 13 13 echo 14 th( "entry.id")14 th(N_("entry.id")) 15 15 ; 16 16 } 17 17 else { 18 18 echo 19 th( "entry.remove")19 th(N_("entry.remove")) 20 20 ; 21 21 }

