0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-edit_topic.tpl
{* $Id: tiki-edit_topic.tpl 54676 2015-03-23 02:53:16Z lindonb $ *} {title help="Articles"}{tr}Admin Article Topics{/tr}{/title} <h2>{tr}Edit article topic{/tr}</h2> {if !empty($errors)} {remarksbox type=error title="{tr}Error{/tr}"} {section name=ix loop=$errors}{$errors[ix]}{/section} {/remarksbox} {/if} <form enctype="multipart/form-data" action="tiki-edit_topic.php" method="post" role="form"> <table class="table"> <tr> <td> <strong>{tr}Name{/tr}</strong> </td> <td> <input type="hidden" name="topicid" value="{$topic_info.topicId}"> <input type="text" class="form-control" name="name" value="{$topic_info.name|escape}"> </td> </tr> <tr> <td> <strong>{tr}Image{/tr}</strong> </td> <td> <input type="hidden" name="MAX_FILE_SIZE" value="1000000"> <input name="userfile1" class="form-control" type="file"> </td> </tr> <tr> <td> <strong>{tr}Notification Email{/tr} <a href="tiki-admin_notifications.php" title="{tr}Admin notifications{/tr}"></strong>{icon name='wrench' alt="{tr}Admin notifications{/tr}"}</a> </td> <td> <input type="text" name="email" class="form-control" value="{$email|escape}" placeholder="{tr}Enter email addresses {/tr}"> </td> </tr> </table> <input type="submit" class="btn btn-primary btn-sm center-block" name="edittopic" value="{tr}Save{/tr}"> </form>