[Easymod-cvs] easymod/install/em_files/templates/subSilver/admin em_check_sql.tpl,1.1,1.2
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-12-06 23:55:17
|
Update of /cvsroot/easymod/easymod/install/em_files/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5656/templates/subSilver/admin Modified Files: em_check_sql.tpl Log Message: - DIY INSTRUCTIONS is now in the processed list on step two - commiting the SQL template which it looks like I missed Index: em_check_sql.tpl =================================================================== RCS file: /cvsroot/easymod/easymod/install/em_files/templates/subSilver/admin/em_check_sql.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** em_check_sql.tpl 4 Dec 2005 03:12:30 -0000 1.1 --- em_check_sql.tpl 6 Dec 2005 23:55:06 -0000 1.2 *************** *** 5,12 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead" colspan="2">{L_SQL_INFO}</th> </tr> <tr> ! <td class="row1">Skipping Sql</td> <tr> <td class="catbottom" colspan="2">{S_HIDDEN_FIELDS}<input type="submit" value="{L_CONTINUE}" class="mainoption" /> --- 5,17 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thLeft" width="90%">{L_SQL_QUERY}</th> ! <th class="thRight" width="10%">{L_SQL_STATUS}</th> </tr> + <!-- BEGIN sql_row --> <tr> ! <td class="row1"><span class="gen">{sql_row.SQL}</span></td> ! <td class="row2" align="center">{sql_row.S_HIDDEN_FIELDS}{sql_row.STATUS}</td> ! </tr> ! <!-- END sql_row --> <tr> <td class="catbottom" colspan="2">{S_HIDDEN_FIELDS}<input type="submit" value="{L_CONTINUE}" class="mainoption" /> |