[Easymod-cvs] easymod2/mods/easymod/templates step1_classic.tpl, 1.5, 1.6 step1_simple.tpl, 1.4, 1.
Status: Beta
Brought to you by:
wgeric
|
From: Eric F. <wg...@us...> - 2006-09-30 17:59:14
|
Update of /cvsroot/easymod/easymod2/mods/easymod/templates In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5136/easymod/templates Modified Files: step1_classic.tpl step1_simple.tpl Log Message: Bug fixes. - append_sid() used in install now - and some others Index: step1_classic.tpl =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/templates/step1_classic.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** step1_classic.tpl 31 Oct 2005 17:57:15 -0000 1.5 --- step1_classic.tpl 30 Sep 2006 17:59:09 -0000 1.6 *************** *** 1,3 **** ! <span class="gen"><a href="easymod_install.php?setup=simple">{{EM_simple_mode}}</a> :: {{EM_advanced_mode}}</span><br /> <table width="100%" border="1" cellpadding="5"> <tr> --- 1,3 ---- ! <span class="gen"><a href="{{U_SIMPLE}}">{{EM_simple_mode}}</a> :: {{EM_advanced_mode}}</span><br /> <table width="100%" border="1" cellpadding="5"> <tr> Index: step1_simple.tpl =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/templates/step1_simple.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** step1_simple.tpl 31 Oct 2005 17:57:15 -0000 1.4 --- step1_simple.tpl 30 Sep 2006 17:59:09 -0000 1.5 *************** *** 1,3 **** ! <span class="gen">{{EM_simple_mode}} :: <a href="easymod_install.php?setup=advanced">{{EM_advanced_mode}}</a></span><br /> <table width="100%" border="1" cellpadding="5"> <tr> --- 1,3 ---- ! <span class="gen">{{EM_simple_mode}} :: <a href="{{U_ADVANCED}}">{{EM_advanced_mode}}</a></span><br /> <table width="100%" border="1" cellpadding="5"> <tr> |