|
From: Florin C B. <ory...@us...> - 2014-05-13 18:06:04
|
Update of /cvsroot/mxbb/core/install/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27551 Modified Files: mx_install_body.tpl Log Message: fix Index: mx_install_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/install/templates/mx_install_body.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mx_install_body.tpl 13 May 2014 17:59:43 -0000 1.12 --- mx_install_body.tpl 13 May 2014 18:06:02 -0000 1.13 *************** *** 49,53 **** pathinfo[i] = []; pathinfo[i]['info'] = '{datarow.INFO}'; ! pathinfo[i]['portal_backend_path'] = '{datarow.BACKEND_PATH}'; pathinfo[i]['backend_url'] = '{datarow.BACKEND_URL}'; pathinfo[i]['portal_backend'] = '{datarow.PORTAL_BACKEND}'; //Display selected Backend --- 49,53 ---- pathinfo[i] = []; pathinfo[i]['info'] = '{datarow.INFO}'; ! pathinfo[i]['backend_path'] = '{datarow.BACKEND_PATH}'; pathinfo[i]['backend_url'] = '{datarow.BACKEND_URL}'; pathinfo[i]['portal_backend'] = '{datarow.PORTAL_BACKEND}'; //Display selected Backend *************** *** 66,70 **** pathinfo[i]['mx_prefix'] = '{datarow.MX_DB_PREFIX}'; //pathinfo[i]['acm_type'] = '{datarow.ACM_TYPE}'; ! pathinfo[i]['backend_root_path'] = '{datarow.BACKEND_ROOT}'; i++; <!-- END datarow --> --- 66,70 ---- pathinfo[i]['mx_prefix'] = '{datarow.MX_DB_PREFIX}'; //pathinfo[i]['acm_type'] = '{datarow.ACM_TYPE}'; ! //pathinfo[i]['backend_root'] = '{datarow.BACKEND_ROOT}'; i++; <!-- END datarow --> *************** *** 110,118 **** <td class="row2"><input class="inputbox autowidth" type="text" size="80" name="backend_url" value="{BACKEND_URL}" /></td> </tr> - <!-- BEGIN switch_readonly_mode --> <tr> <td class="row1" align="right"><span class="gen">{L_BACKEND_PATH}: </span></td> ! <td class="row2"><input type="text" size="80" name="portal_backend_path" value="{BACKEND_PATH}" {READONLY} /></td> ! </tr> <tr> <th colspan="2">{L_DATABASE_CONFIGURATION}{READ_ONLY}</th> --- 110,118 ---- <td class="row2"><input class="inputbox autowidth" type="text" size="80" name="backend_url" value="{BACKEND_URL}" /></td> </tr> <tr> <td class="row1" align="right"><span class="gen">{L_BACKEND_PATH}: </span></td> ! <td class="row2"><input type="text" size="80" name="backend_path" value="{BACKEND_PATH}" /></td> ! </tr> ! <!-- BEGIN switch_readonly_mode --> <tr> <th colspan="2">{L_DATABASE_CONFIGURATION}{READ_ONLY}</th> |