diff options
author | rub <rub@piwigo.org> | 2008-02-27 23:08:44 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-02-27 23:08:44 +0000 |
commit | 618158aca4d99fe522b0f54d547442f17a5db148 (patch) | |
tree | 87ebe949898d3c7992246a9564110dcd52393d6c /template/yoga/admin | |
parent | aed45457d79401bea60b556456ffc36dd7df889f (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 'template/yoga/admin')
33 files changed, 33 insertions, 0 deletions
diff --git a/template/yoga/admin/advanced_feature.tpl b/template/yoga/admin/advanced_feature.tpl index 3f6fec989..df3cdb0e9 100644 --- a/template/yoga/admin/advanced_feature.tpl +++ b/template/yoga/admin/advanced_feature.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index 3d06db7df..f80766eee 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <h2>{lang:title_categories}</h2> diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index 1e135f42d..04bce8aa9 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/cat_move.tpl b/template/yoga/admin/cat_move.tpl index 1e56e2c6f..e35731bb1 100644 --- a/template/yoga/admin/cat_move.tpl +++ b/template/yoga/admin/cat_move.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 834981bc9..8551ff3e3 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/cat_perm.tpl b/template/yoga/admin/cat_perm.tpl index d4331d9c8..05c300e23 100644 --- a/template/yoga/admin/cat_perm.tpl +++ b/template/yoga/admin/cat_perm.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> diff --git a/template/yoga/admin/check_integrity.tpl b/template/yoga/admin/check_integrity.tpl index 1f7860369..0d31b15e9 100644 --- a/template/yoga/admin/check_integrity.tpl +++ b/template/yoga/admin/check_integrity.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <dl> <dt>{lang:c13y_title}</dt> diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl index 88c86bd88..4a4b5fef4 100644 --- a/template/yoga/admin/comments.tpl +++ b/template/yoga/admin/comments.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <h2>{lang:waiting} {TABSHEET_TITLE}</h2> diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 3feafc51d..2b1e0a5a3 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/double_select.tpl b/template/yoga/admin/double_select.tpl index c29f98e00..ca789b3df 100644 --- a/template/yoga/admin/double_select.tpl +++ b/template/yoga/admin/double_select.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <table class="doubleSelect"> <tr> <td> diff --git a/template/yoga/admin/element_set_global.tpl b/template/yoga/admin/element_set_global.tpl index b99789413..e50c121dd 100644 --- a/template/yoga/admin/element_set_global.tpl +++ b/template/yoga/admin/element_set_global.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <h2>{lang:Batch management}</h2> diff --git a/template/yoga/admin/element_set_unit.tpl b/template/yoga/admin/element_set_unit.tpl index 02c78d58c..921acc9fa 100644 --- a/template/yoga/admin/element_set_unit.tpl +++ b/template/yoga/admin/element_set_unit.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <h2>{lang:Batch management}</h2> <h3>{CATEGORIES_NAV}</h3> diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl index 9d1082e74..013058911 100644 --- a/template/yoga/admin/group_list.tpl +++ b/template/yoga/admin/group_list.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/group_perm.tpl b/template/yoga/admin/group_perm.tpl index 91c2f637a..938c9f1d6 100644 --- a/template/yoga/admin/group_perm.tpl +++ b/template/yoga/admin/group_perm.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <h2>{TITLE}</h2> <form method="post" action="{F_ACTION}"> diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index d45824d4b..d8386defe 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <ul class="categoryActions"> <li> diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl index 9b71fcdc5..f4b064489 100644 --- a/template/yoga/admin/intro.tpl +++ b/template/yoga/admin/intro.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <h2>{lang:title_default}</h2> <!-- BEGIN pwgmenu --> diff --git a/template/yoga/admin/maintenance.tpl b/template/yoga/admin/maintenance.tpl index 4e9f504b8..d9872faf0 100644 --- a/template/yoga/admin/maintenance.tpl +++ b/template/yoga/admin/maintenance.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/notification_by_mail.tpl b/template/yoga/admin/notification_by_mail.tpl index da7fa808e..ec04852cb 100644 --- a/template/yoga/admin/notification_by_mail.tpl +++ b/template/yoga/admin/notification_by_mail.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id: notification_by_mail.tpl Ruben ARNAUD --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/permalinks.tpl b/template/yoga/admin/permalinks.tpl index 9acd5815a..220aa3572 100644 --- a/template/yoga/admin/permalinks.tpl +++ b/template/yoga/admin/permalinks.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index 931d20809..b0fe64911 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <h2>{lang:title_picmod}</h2> diff --git a/template/yoga/admin/plugin.tpl b/template/yoga/admin/plugin.tpl index f4b1b838f..8a10b02cf 100644 --- a/template/yoga/admin/plugin.tpl +++ b/template/yoga/admin/plugin.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <h2>{PLUGIN_TITLE}</h2> </div> diff --git a/template/yoga/admin/profile.tpl b/template/yoga/admin/profile.tpl index 5de3efd5a..383841a79 100644 --- a/template/yoga/admin/profile.tpl +++ b/template/yoga/admin/profile.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <h2>{lang:Profile}</h2> </div> diff --git a/template/yoga/admin/rating.tpl b/template/yoga/admin/rating.tpl index 8f1c6bf70..d10bf57db 100755 --- a/template/yoga/admin/rating.tpl +++ b/template/yoga/admin/rating.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <h2>{lang:Rating} [{NB_ELEMENTS} {lang:elements}]</h2> <form action="{F_ACTION}" method="GET" id="update" class="filter"> diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl index 0eca33286..d737bd019 100644 --- a/template/yoga/admin/site_manager.tpl +++ b/template/yoga/admin/site_manager.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 471f98e4e..a2aff3b59 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> diff --git a/template/yoga/admin/stats.tpl b/template/yoga/admin/stats.tpl index 8ef16d9aa..08ac8b7f8 100644 --- a/template/yoga/admin/stats.tpl +++ b/template/yoga/admin/stats.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/tabsheet.tpl b/template/yoga/admin/tabsheet.tpl index 55cdd14ea..6daafb506 100644 --- a/template/yoga/admin/tabsheet.tpl +++ b/template/yoga/admin/tabsheet.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <ul class="tabsheet"> <!-- BEGIN tab --> diff --git a/template/yoga/admin/tags.tpl b/template/yoga/admin/tags.tpl index 813acf7f4..05c9b838a 100644 --- a/template/yoga/admin/tags.tpl +++ b/template/yoga/admin/tags.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <h2>{lang:Manage tags}</h2> </div> diff --git a/template/yoga/admin/thumbnail.tpl b/template/yoga/admin/thumbnail.tpl index ed7000d90..7070d449d 100644 --- a/template/yoga/admin/thumbnail.tpl +++ b/template/yoga/admin/thumbnail.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> diff --git a/template/yoga/admin/upload.tpl b/template/yoga/admin/upload.tpl index 3bba80602..755e5ac35 100644 --- a/template/yoga/admin/upload.tpl +++ b/template/yoga/admin/upload.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> <h2>{lang:waiting} {TABSHEET_TITLE}</h2> diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index e4e810a0e..594ab9670 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <div class="titrePage"> <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> diff --git a/template/yoga/admin/user_perm.tpl b/template/yoga/admin/user_perm.tpl index a24fd9096..e8cefe379 100644 --- a/template/yoga/admin/user_perm.tpl +++ b/template/yoga/admin/user_perm.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <h2>{TITLE}</h2> <!-- BEGIN groups --> diff --git a/template/yoga/admin/ws_checker.tpl b/template/yoga/admin/ws_checker.tpl index 52eff04f1..b61d75176 100644 --- a/template/yoga/admin/ws_checker.tpl +++ b/template/yoga/admin/ws_checker.tpl @@ -1,3 +1,4 @@ +<!-- DEV TAG: not smarty migrated --> <!-- $Id$ --> <div class="titrePage"> |