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
This commit is contained in:
parent
aed45457d7
commit
618158aca4
78 changed files with 78 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="cat_group_info">
|
||||
<h2>{lang:Informations}</h2>
|
||||
<p>{IMG_URL}</p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="nbm_message">
|
||||
<h2>{lang:Notification}</h2>
|
||||
<p>{lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2}</p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
</div> <!-- content -->
|
||||
<div id="copyright">
|
||||
<HR>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
/* $Id$ */
|
||||
/* Global mail css */
|
||||
/* Including like css style on HTML mail */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
-----={BOUNDARY_KEY}
|
||||
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
{lang:Hello,}
|
||||
|
||||
{lang:Come to discover the category:} {CAT_NAME}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
{lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2}
|
||||
|
||||
<!-- BEGIN subscribe_by_admin -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
|
||||
------------------------
|
||||
PhpWebGallery {VERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
-----={BOUNDARY_KEY}
|
||||
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue