PHP Classes

File: htdocs/themes/xbootstrap5/modules/system/system_notification_select.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/modules/system/system_notification_select.tpl   Download  
File: htdocs/themes/xbootstrap5/modules/system/system_notification_select.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: 2 months ago
Size: 2,002 bytes
 

Contents

Class file image Download
<{if $xoops_notification.show}> <div class="clearfix"></div> <form name="notification_select" action="<{$xoops_notification.target_page}>" method="post"> <h4><{$lang_activenotifications}></h4> <input type="hidden" name="not_redirect" value="<{$xoops_notification.redirect_script}>"> <{securityToken}> <p><strong><{$lang_notificationoptions}></strong></p> <div class="row"> <div class="col-4 col-md-4"><{$lang_category}></div> <div class="col-8 col-md-8"> <input name="allbox" id="allbox" onclick="xoopsCheckAll('notification_select','allbox');" type="checkbox" value="<{$lang_checkall}>"> <{$lang_events}> </div> </div> <div class="row"> <{foreach name=outer item=category from=$xoops_notification.categories}> <{foreach name=inner item=event from=$category.events}> <{if $smarty.foreach.inner.first}> <div class="col-4 col-md-4"><strong><{$category.title}></strong></div> <{/if}> <{counter assign=index}> <input type="hidden" name="not_list[<{$index}>][params]" value="<{$category.name}>,<{$category.itemid}>,<{$event.name}>"/> <div class="col-8 col-md-8 pull-right"> <input type="checkbox" id="not_list[]" name="not_list[<{$index}>][status]" value="1" <{if $event.subscribed}>checked<{/if}>> <{$event.caption}> </div> <{/foreach}> <{/foreach}> </div> <p class="aligncenter"><input class="btn btn-primary" type="submit" name="not_submit" value="<{$lang_updatenow}>"></p> <p class="aligncenter"><strong><{$lang_notificationmethodis}>: </strong><{$user_method}> <a class="btn btn-info btn-sm" href="<{$editprofile_url}>" title="<{$lang_change}>"><{$lang_change}></a></p> </form> <{/if}>