This doc was last edited by Administrator March 16, 2009.
plugin
upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
1 2 3 4 5 6 |
$def with (page)
$ _ = i18n.get_namespace('/mode/edit')
<input type="button" class="small-button" onclick="changeTemplate()" value="$_.modify_edit"/>
<input type="button" class="small-button" onclick="changeTemplate()" value="$_.modify_view"/> |