[xoops-cvslog 3686] CVS update: xoops2jp/html/modules/base/templates

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 7月 26日 (水) 20:04:37 JST


Index: xoops2jp/html/modules/base/templates/legacy_notification_select.html
diff -u xoops2jp/html/modules/base/templates/legacy_notification_select.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_notification_select.html:1.1.2.3
--- xoops2jp/html/modules/base/templates/legacy_notification_select.html:1.1.2.2	Wed Jul 26 19:55:37 2006
+++ xoops2jp/html/modules/base/templates/legacy_notification_select.html	Wed Jul 26 20:04:37 2006
@@ -1,37 +1 @@
 <{legacy_notifications_select}>
-
-<{if $xoops_notification.show}>
-<form name="notification_select" action="<{$xoops_notification.target_page}>" method="post">
-<h4 style="text-align:center;"><{$lang_activenotifications}></h4>
-<input type="hidden" name="not_redirect" value="<{$xoops_notification.redirect_script}>" />
-<table class="outer">
-  <tr><th colspan="3"><{$lang_notificationoptions}></th></tr>
-  <tr>
-    <td class="head"><{$lang_category}></td>
-    <td class="head"><input name="allbox" id="allbox" onclick="xoopsCheckAll('notification_select','allbox');" type="checkbox" value="<{$lang_checkall}>" /></td>
-    <td class="head"><{$lang_events}></td>
-  </tr>
-  <{foreach name=outer item=category from=$xoops_notification.categories}>
-  <{foreach name=inner item=event from=$category.events}>
-  <tr>
-    <{if $smarty.foreach.inner.first}>
-    <td class="even" rowspan="<{$smarty.foreach.inner.total}>"><{$category.title}></td>
-    <{/if}>
-    <td class="odd">
-    <{counter assign=index}>
-    <input type="hidden" name="not_list[<{$index}>][params]" value="<{$category.name}>,<{$category.itemid}>,<{$event.name}>" />
-    <input type="checkbox" id="not_list[]" name="not_list[<{$index}>][status]" value="1" <{if $event.subscribed}>checked="checked"<{/if}> />
-    </td>
-    <td class="odd"><{$event.caption}></td>
-  </tr>
-  <{/foreach}>
-  <{/foreach}>
-  <tr>
-    <td class="foot" colspan="3" align="center"><input type="submit" name="not_submit" value="<{$lang_updatenow}>" /></td>
-  </tr>
-</table>
-<div align="center">
-<{$lang_notificationmethodis}>:&nbsp;<{$user_method}>&nbsp;&nbsp;[<a href="<{$editprofile_url}>"><{$lang_change}></a>]
-</div>
-</form>
-<{/if}>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る