0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-tests_list.tpl
{title help="tests"}{tr}TikiTests List{/tr}{/title} {include file='tiki-tests_menubar.tpl'} {pagination_links cant=$files_number offset=$offset step=$files_per_page}{/pagination_links} <table class="normal" style="clear: both;"> <tr> <th>{tr}File Name{/tr}</th> <th>{tr}Actions{/tr}</th> </tr> {cycle values="odd,even" print=false} {foreach from=$files item=file} <tr class="{cycle}"> <td class="text">{$file}</td> <td class="action"> {self_link action={tr}Remove{/tr} filename="$file" _ajax='n' _icon='cross'}{tr}Remove{/tr}{/self_link} {self_link _script='tiki_tests/tiki-tests_replay.php' action={tr}Config{/tr} filename="$file" _ajax='n' _icon='resultset_next'}{tr}Replay{/tr}{/self_link} {self_link _script='tiki_tests/tiki-tests_edit.php' action={tr}Show{/tr} filename="$file" _ajax='n' _icon='pencil'}{tr}Edit{/tr}{/self_link} </td> </tr> {/foreach} </table> {pagination_links cant=$files_number offset=$offset step=$files_per_page}{/pagination_links}