From: Manni H. <man...@us...> - 2007-12-02 10:43:59
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15462/skins/default Modified Files: Tag: b0_22_2 history-page.thtml Log Message: make sure that the localized template variable History_MagnetUsed is available Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.34.6.4 retrieving revision 1.34.6.5 diff -C2 -d -r1.34.6.4 -r1.34.6.5 *** history-page.thtml 2 Dec 2007 08:49:00 -0000 1.34.6.4 --- history-page.thtml 2 Dec 2007 10:43:57 -0000 1.34.6.5 *************** *** 202,206 **** <div class="historyMagnetUsed"> <img title="<TMPL_VAR NAME="History_Magnet" ESCAPE=HTML>" alt="<TMPL_VAR NAME="History_Magnet" ESCAPE=HTML>" src="/skins/default/magnet.png"> ! <span><TMPL_VAR NAME="History_Magnet" ESCAPE=HTML></span> </div> <TMPL_ELSE> --- 202,206 ---- <div class="historyMagnetUsed"> <img title="<TMPL_VAR NAME="History_Magnet" ESCAPE=HTML>" alt="<TMPL_VAR NAME="History_Magnet" ESCAPE=HTML>" src="/skins/default/magnet.png"> ! <span><TMPL_VAR NAME="History_MagnetUsed" ESCAPE=HTML></span> </div> <TMPL_ELSE> |