Skip to Content.
Sympa Menu

devel - [sympa-dev] changing the edit_list_request.tpl (sympa v.4.1.2)

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: [sympa-dev] changing the edit_list_request.tpl (sympa v.4.1.2)
  • Date: Thu, 16 Jun 2005 11:12:14 +0200


Hello to all,

We have installed the sympa v. 4.1.2 and we are trying to modify the
edit_list_request.tpl file in order to show a message in the shared_doc
parameters when the shared doesn't exist. We have included the following code:

.....
[IF p->title]
[p->title]
[IF is_listmaster]
([p->name])
[ENDIF]
[IF p->name=shared_doc]
[p->name]
[ENDIF]
[ELSE]
[p->name]
[ENDIF]
.....


In this way nothing appears in the page, however if we put the following


[IF p->title]
[p->title]
[IF is_listmaster]
([p->name])
[ENDIF]
[IF p->name]
[p->name]
[ENDIF]
[ELSE]
[p->name]
[ENDIF]

it appears the name of each parameter (more concretely in the Shared documents
appears shared_doc the name of this parameter).

Does somebody knows what is the reason why if I put the condition [IF
p->name=shared_doc] it doesn't work ? Because in the help tpl the [IF
p->name=shared_doc] condition works right.



-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



  • [sympa-dev] changing the edit_list_request.tpl (sympa v.4.1.2), amart, 06/16/2005

Archive powered by MHonArc 2.6.19+.

Top of Page