Fork me on GitHub






En utilisant les templates X2t par defaut : Impossible de supprimer mes Notifications actives
Régulier
Inscrit: 04/02/2003 10:02
De Toulouse
Messages: 314
Bonjour, pour continuer sur mon post précedent celui ci, je suis a nouveau confronté à un autre problème ...

Après avoir cocher mes "Options de notification " je me rend sur la page Notification (http://monsite/notifications.php) et là impossible de supprimer mes "Notifications actives" .. quand je fait ma selection des options à supprimer, puis supprimer j'ai la page "Retour là où vous étiez... "

P.S : je signale que si j'utilise le contenu du fichier template "system_notification_select.html" du theme default j'ai le même pb

Le contenu du fichier template "system_notification_select.html" du theme X2t est le suivant :

<script type="text/javascript">
function 
hideAll()
{
document.getElementById('notifform').style.display 'none';
}
function 
showForm(obj)
{
obj.style.display 'block';
}
</script>


<br />
&nbsp;&nbsp;
<span style="background-color: #E9E9E9;border:1px solid #C0C0C0;">&nbsp;
<{$lang_notificationoptions}>&nbsp;
<a href="java script:;" onclick="hideAll();showForm(document.getElementById('notifform'));"><img src="<{$xoops_imageurl}>down.gif" width="15" height="9" alt="" border="0" /></a>&nbsp;/ 
<a href="java script:;" onclick="hideAll();"><img src="<{$xoops_imageurl}>up.gif" width="15" height="9" alt="" border="0" /></a>&nbsp;
</span>


<{if $xoops_notification.show}>
<form id="notifform" 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}>" />
<input type="hidden" name="XOOPS_TOKEN_REQUEST" value="<{php}>echo $GLOBALS['xoopsSecurity']->createToken();<{/php}>" />

<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" class="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" class="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" class="button" 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}>

Posté le : 04/12/2005 23:25
Partager Twitter Partagez cette article sur GG+
Re: En utilisant les templates X2t par defaut : Impossible de supprimer mes Notifications actives
Régulier
Inscrit: 04/02/2003 10:02
De Toulouse
Messages: 314
Ben je m'épate :::
Le pb venait du contenu du fichier "system_notification_list.html" du template X2t :
En fait j'ai récupérer celui du theme default qui est celui ci :
<h4><{$lang_activenotifications}></h4>
<
form name="notificationlist" action="notifications.php" method="post">
<
table class="outer">
  <
tr>
    <
th><input name="allbox" id="allbox" onclick="xoopsCheckGroup('notificationlist', 'allbox', 'del_mod[]');" type="checkbox" value="<{$lang_checkall}>" /></th>
    <
th><{$lang_event}></th>
    <
th><{$lang_category}></th>
    <
th><{$lang_itemid}></th>
    <
th><{$lang_itemname}></th>
  </
tr>
  <{foreach 
item=module from=$modules}>
  <
tr>
    <
td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td>
    <
td class="head" colspan="4"><{$lang_module}>: <{$module.name}></td>
  </
tr>
  <{foreach 
item=category from=$module.categories}>
  <{foreach 
item=item from=$category.items}>
  <{foreach 
item=notification from=$item.notifications}>
  <
tr>
    <{
cycle values=odd,even assign=class}>
    <
td class="<{$class}>"><input type="checkbox" name="del_not[<{$module.id}>][]" id="del_not[<{$module.id}>][]" value="<{$notification.id}>" /></td>
    <
td class="<{$class}>"><{$notification.event_title}></td>
    <
td class="<{$class}>"><{$notification.category_title}></td>
    <
td class="<{$class}>"><{if $item.id != 0}><{$item.id}><{/if}></td>
    <
td class="<{$class}>"><{if $item.id != 0}><{if $item.url != ''}><a href="<{$item.url}>"><{/if}><{$item.name}><{if $item.url != ''}></a><{/if}><{/if}></td>
  </
tr>
  <{/foreach}>
  <{/foreach}>
  <{/foreach}>
  <{/foreach}>
  <
tr>
    <
td class="foot" colspan="5">
      <
input type="submit" name="delete_cancel" value="<{$lang_cancel}>" />
      <
input type="reset" name="delete_reset" value="<{$lang_clear}>" />
      <
input type="submit" name="delete" value="<{$lang_delete}>" />
      <
input type="hidden" name="XOOPS_TOKEN_REQUEST" value="<{$notification_token}>" />
    </
td>
  </
tr>
</
table>
</
form>

Posté le : 04/12/2005 23:39
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

226 Personne(s) en ligne (179 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 226 | Plus ...