0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-edit_docs.tpl
{* $Id: tiki-edit_docs.tpl 46622 2013-07-10 22:45:34Z arildb $ *} {title help="Docs"}{$name}{/title} <span class="editState" {if $edit eq "false"} style="display: none;" {/if}> {button _class="saveButton" _text="{tr}Save{/tr}" _htmlelement="role_main" fileId="$fileId" _title="{tr}Tiki Docs{/tr} | {tr}Save file{/tr}"} {button _class="cancelButton" _text="{tr}Cancel{/tr}" _htmlelement="role_main" fileId="$fileId" _title="{tr}Tiki Docs{/tr} | {tr}Cancel editing file{/tr}"} </span> <span class="viewState" {if $edit eq "true"} style="display: none;" {/if}> {button _id="editButton" _class="editButton" _text="{tr}Edit{/tr}" _template="tiki-edit_docs.tpl" edit="edit" _auto_args="*" _htmlelement="role_main" _title="{tr}Tiki Docs{/tr} | {tr}Editing file{/tr}"} </span> <input id="fileId" type="hidden" value="{$fileId}"> <div id="tiki_doc" class="" style="border: 2px outset;"> </div>