0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
admin
/
[
Home
]
File: include_copyright.tpl
{* $Id: include_copyright.tpl 56530 2015-10-16 09:11:52Z chibaguy $ *} {remarksbox type="tip" title="{tr}Tip{/tr}"}{tr}Copyright allows a copyright to be determined for all the objects of tiki{/tr}.{/remarksbox} <form class="form-horizontal" action="tiki-admin.php?page=copyright" method="post"> <input type="hidden" name="ticket" value="{$ticket|escape}"> <div class="row"> <div class="form-group col-lg-12 clearfix"> <div class="pull-right"> <input type="submit" class="btn btn-primary btn-sm" title="{tr}Apply Changes{/tr}" value="{tr}Apply{/tr}"> </div> </div> </div> <input type="hidden" name="setcopyright" /> <fieldset> <legend>{tr}Activate the feature{/tr}</legend> {preference name=feature_copyright visible="always"} </fieldset> <fieldset> <legend>{tr}Copyright management{/tr}</legend> {preference name=wikiLicensePage} {preference name=wikiSubmitNotice} <div class="adminoptionbox"> <div class="adminoptionlabel">{tr}Enable copyright management for:{/tr}</div> <div class="adminoptionboxchild"> {preference name=wiki_feature_copyrights} {preference name=articles_feature_copyrights} {preference name=blogs_feature_copyrights} {preference name=faqs_feature_copyrights} </div> </div> </fieldset> <br>{* I cheated. *} <div class="row"> <div class="form-group col-lg-12 clearfix"> <div class="text-center"> <input type="submit" class="btn btn-primary btn-sm" title="{tr}Apply Changes{/tr}" value="{tr}Apply{/tr}"> </div> </div> </div> </form>