From: x2003bruneau
Date: Sun, 14 Jan 2007 15:17:16 +0000 (+0000)
Subject: Fix ML templates inclusion path
X-Git-Tag: xorg/0.9.13~139
X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3eb25eb3c166163c6e86483e2e4e8330572ab2d1;p=platal.git
Fix ML templates inclusion path
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1332 839d8a87-29fc-0310-9880-83ba4fa771e5
---
diff --git a/templates/lists/admin.tpl b/templates/lists/admin.tpl
index 13565fe..03dae75 100644
--- a/templates/lists/admin.tpl
+++ b/templates/lists/admin.tpl
@@ -27,7 +27,7 @@ Tu n'es pas administrateur de la liste, mais du site.
{/if}
-{include file="listes/header_listes.tpl" on=admin}
+{include file="lists/header_listes.tpl" on=admin}
Pour inscrire un utilisateur, il faut remplir les champs prévus à cet effet en saisissant un de
diff --git a/templates/lists/archives.tpl b/templates/lists/archives.tpl
index d0a9704..b3a9738 100644
--- a/templates/lists/archives.tpl
+++ b/templates/lists/archives.tpl
@@ -21,7 +21,7 @@
{**************************************************************************}
-{include file="listes/header_listes.tpl" on=archives}
+{include file="lists/header_listes.tpl" on=archives}
{if $archs}
diff --git a/templates/lists/check.tpl b/templates/lists/check.tpl
index 92b2190..aa21882 100644
--- a/templates/lists/check.tpl
+++ b/templates/lists/check.tpl
@@ -21,7 +21,7 @@
{**************************************************************************}
-{include file="listes/header_listes.tpl" on=check}
+{include file="lists/header_listes.tpl" on=check}
{if $options|@count}
diff --git a/templates/lists/delete.tpl b/templates/lists/delete.tpl
index ffb516e..50e573f 100644
--- a/templates/lists/delete.tpl
+++ b/templates/lists/delete.tpl
@@ -34,7 +34,7 @@ Tu n'es pas administrateur de la liste, mais du site.
{/if}
-{include file="listes/header_listes.tpl" on=delete}
+{include file="lists/header_listes.tpl" on=delete}
Détruire la liste {$details.addr} ?
diff --git a/templates/lists/index.tpl b/templates/lists/index.tpl
index 4460e13..cebf52a 100644
--- a/templates/lists/index.tpl
+++ b/templates/lists/index.tpl
@@ -65,7 +65,7 @@ th
{if $owner|@count}
Listes dont tu es modérateur
-{include file='listes/listes.inc.tpl' lists=$owner}
+{include file='lists/listes.inc.tpl' lists=$owner}
{icon name=wrench title="Modérateur"} indique que tu es modérateur de la liste, les modérateurs jouent également le rôle de seionnaire.
@@ -76,7 +76,7 @@ th
Listes dont tu es membre
{assign var="has_private" value=false}
-{include file='listes/listes.inc.tpl' lists=$member}
+{include file='lists/listes.inc.tpl' lists=$member}
Attention : Lorsqu'une liste à laquelle tu es abonné est privée, l'icône {icon name=weather_cloudy} est affichée en début de ligne. Si tu t'en désinscrits, il ne te sera pas possible de t'y abonner de nouveau sans l'action d'un modérateur
{/if}
@@ -87,7 +87,7 @@ Les listes de diffusion publiques sont visibles par tous les X inscrits
{if $public|@count}
-{include file='listes/listes.inc.tpl' lists=$public}
+{include file='lists/listes.inc.tpl' lists=$public}
{/if}
diff --git a/templates/lists/listes.inc.tpl b/templates/lists/listes.inc.tpl
index 7ca0236..cc0682e 100644
--- a/templates/lists/listes.inc.tpl
+++ b/templates/lists/listes.inc.tpl
@@ -32,7 +32,7 @@
{foreach from=$lists item=liste}
- {include file="listes/liste.inc.tpl"}
+ {include file="lists/liste.inc.tpl"}
{/foreach}
diff --git a/templates/lists/members.tpl b/templates/lists/members.tpl
index 98bc77c..5e7933f 100644
--- a/templates/lists/members.tpl
+++ b/templates/lists/members.tpl
@@ -21,7 +21,7 @@
{**************************************************************************}
-{include file="listes/header_listes.tpl" on=members}
+{include file="lists/header_listes.tpl" on=members}
Liste {$platal->argv[1]}
diff --git a/templates/lists/moderate.tpl b/templates/lists/moderate.tpl
index 7412374..7b17100 100644
--- a/templates/lists/moderate.tpl
+++ b/templates/lists/moderate.tpl
@@ -20,7 +20,7 @@
{* *}
{**************************************************************************}
-{include file="listes/header_listes.tpl" on=moderate}
+{include file="lists/header_listes.tpl" on=moderate}
Inscriptions en attente de modération
diff --git a/templates/lists/moderate_mail.tpl b/templates/lists/moderate_mail.tpl
index aad1869..4cded5d 100644
--- a/templates/lists/moderate_mail.tpl
+++ b/templates/lists/moderate_mail.tpl
@@ -20,7 +20,7 @@
{* *}
{**************************************************************************}
-{include file="listes/header_listes.tpl"}
+{include file="lists/header_listes.tpl"}
Propriétés du mail en attente
diff --git a/templates/lists/options.tpl b/templates/lists/options.tpl
index b15b601..32adcd9 100644
--- a/templates/lists/options.tpl
+++ b/templates/lists/options.tpl
@@ -27,7 +27,7 @@ Tu n'es pas administrateur de la liste, mais du site.
{/if}
-{include file="listes/header_listes.tpl" on=options}
+{include file="lists/header_listes.tpl" on=options}
Changer les options de la liste {$details.addr}
diff --git a/templates/lists/soptions.tpl b/templates/lists/soptions.tpl
index 3d0c33a..b858a71 100644
--- a/templates/lists/soptions.tpl
+++ b/templates/lists/soptions.tpl
@@ -21,7 +21,7 @@
{**************************************************************************}
-{include file="listes/header_listes.tpl" on=soptions}
+{include file="lists/header_listes.tpl" on=soptions}
Changer les options de la liste {$details.addr}
diff --git a/templates/lists/trombi.tpl b/templates/lists/trombi.tpl
index 5180820..b3a11bc 100644
--- a/templates/lists/trombi.tpl
+++ b/templates/lists/trombi.tpl
@@ -21,7 +21,7 @@
{**************************************************************************}
-{include file="listes/header_listes.tpl" on=trombi}
+{include file="lists/header_listes.tpl" on=trombi}
Liste {$platal->argv[1]}
diff --git a/templates/skin/common.menu.tpl b/templates/skin/common.menu.tpl
index 5e83bcd..598d7fc 100644
--- a/templates/skin/common.menu.tpl
+++ b/templates/skin/common.menu.tpl
@@ -72,7 +72,6 @@
-{include file=skin/common.bug.tpl}
{if $smarty.session.perms eq admin}
diff --git a/templates/xnetlists/sync.tpl b/templates/xnetlists/sync.tpl
index 77b1f28..b738832 100644
--- a/templates/xnetlists/sync.tpl
+++ b/templates/xnetlists/sync.tpl
@@ -20,7 +20,7 @@
{* *}
{**************************************************************************}
-{include file='listes/header_listes.tpl' on='sync'}
+{include file='lists/header_listes.tpl' on='sync'}
Non abonnés à la liste {$platal->argv[1]}@{$asso.mail_domain}