PHP Classes

File: htdocs/themes/xswatch4/modules/system/system_confirm.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/system/system_confirm.tpl   Download  
File: htdocs/themes/xswatch4/modules/system/system_confirm.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 4 months ago
Size: 572 bytes
 

Contents

Class file image Download
<div class="alert alert-primary" role="alert"> <div class="mb-0 center row"> <{$msg}> <hr> <form class="form-inline" method="post" action="<{$action}>"> <{$hiddens}> <{if ($addtoken)}> <{$token}> <{/if}> <input class="form-control btn btn-primary" type="submit" name="confirm_submit" value="<{$submit}>" title="<{$submit}>"/>&nbsp; <input class="form-control btn btn-secondary" name="confirm_back" type="button" value="<{$smarty.const._CANCEL}>" onclick="history.go(-1);" title="<{$smarty.const._CANCEL}>" /> </form> </div> </div>