aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-02-27 23:08:44 +0000
committerrub <rub@piwigo.org>2008-02-27 23:08:44 +0000
commit618158aca4d99fe522b0f54d547442f17a5db148 (patch)
tree87ebe949898d3c7992246a9564110dcd52393d6c /plugins
parentaed45457d79401bea60b556456ffc36dd7df889f (diff)
Add comment tags in order to know tpl to migrate
# tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/add_index/admin/main_page.tpl1
-rw-r--r--plugins/admin_advices/admin_advices.tpl1
-rw-r--r--plugins/event_tracer/event_list.tpl1
-rw-r--r--plugins/event_tracer/tracer_admin.tpl1
4 files changed, 4 insertions, 0 deletions
diff --git a/plugins/add_index/admin/main_page.tpl b/plugins/add_index/admin/main_page.tpl
index ecdd3edf1..591ff7fc0 100644
--- a/plugins/add_index/admin/main_page.tpl
+++ b/plugins/add_index/admin/main_page.tpl
@@ -1,3 +1,4 @@
+<!-- DEV TAG: not smarty migrated -->
<!-- $Id: notification_by_mail.tpl Ruben ARNAUD -->
<div class="titrePage">
<h2>{lang:Add_Index}</h2>
diff --git a/plugins/admin_advices/admin_advices.tpl b/plugins/admin_advices/admin_advices.tpl
index 2a4d09635..6c53fa55c 100644
--- a/plugins/admin_advices/admin_advices.tpl
+++ b/plugins/admin_advices/admin_advices.tpl
@@ -1,3 +1,4 @@
+<!-- DEV TAG: not smarty migrated -->
<div class="content">
<h2>{lang:An_advice_about} {ADVICE_ABOUT}</h2>
<h3>{ADVICE_TEXT}</h3>
diff --git a/plugins/event_tracer/event_list.tpl b/plugins/event_tracer/event_list.tpl
index 8ec507395..fd294e66b 100644
--- a/plugins/event_tracer/event_list.tpl
+++ b/plugins/event_tracer/event_list.tpl
@@ -1,3 +1,4 @@
+<!-- DEV TAG: not smarty migrated -->
There are {NB_EVENTS} calls to triger_event or triger_action.
<table width="99%" class="table2">
diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl
index c46d11de3..2d859563e 100644
--- a/plugins/event_tracer/tracer_admin.tpl
+++ b/plugins/event_tracer/tracer_admin.tpl
@@ -1,3 +1,4 @@
+<!-- DEV TAG: not smarty migrated -->
<div class="titrePage">
<h2>Event Tracer</h2>
</div>