[Comoblog-commit] comoblog/_install/templates upgrade_2.tpl.htm,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-12 14:21:58
|
Update of /cvsroot/comoblog/comoblog/_install/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21119/_install/templates Modified Files: upgrade_2.tpl.htm Log Message: Bugfix for missing data population during error flow on upgrade screen Index: upgrade_2.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/templates/upgrade_2.tpl.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- upgrade_2.tpl.htm 9 Oct 2005 14:11:35 -0000 1.1 +++ upgrade_2.tpl.htm 12 Nov 2005 14:21:49 -0000 1.2 @@ -36,7 +36,7 @@ <p> Absolute path on your server of the backup directory<br /><i>i.e. /www/docs/comoblog_old</i>:<br /> - <input type="text" name="old_path" size="40" style="width: 100%" value="" /> + <input type="text" name="old_path" size="40" style="width: 100%" value="{POST.old_path}" /> </p> <p> |