* showing witch language file is being edited at the moment
| | |
| | | |
| | | if($module == 'global') { |
| | | include(ISPC_LIB_PATH."/lang/$lang_file"); |
| | | $file_path = ISPC_LIB_PATH."/lang/$lang_file"; |
| | | } else { |
| | | include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file"); |
| | | $file_path = ISPC_LIB_PATH."/$module/lib/lang/$lang_file"; |
| | | } |
| | | $app->tpl->setVar("file_path", $file_path); |
| | | |
| | | $keyword_list = array(); |
| | | if(isset($wb) && is_array($wb)) { |
| | |
| | | $app->tpl->pparse(); |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | </tmpl_if>
|
| | |
|
| | | <div class="pnl_formsarea">
|
| | | <fieldset id="wf_area_language_edit"><legend>Language Edit</legend>
|
| | | <fieldset id="wf_area_language_edit"><legend>Language File Edit: {tmpl_var name="file_path"}</legend>
|
| | | <span class="wf_oneField">
|
| | | <tmpl_loop name="records">
|
| | | <span class="wf_oneField">
|