Changeset View
Changeset View
Standalone View
Standalone View
branches/5.2.x/core/admin_templates/config/config_universal.tpl
Show First 20 Lines • Show All 109 Lines • ▼ Show 20 Line(s) | |||||
</tbody> | </tbody> | ||||
</table> | </table> | ||||
<inp2:m_include t="incs/config_blocks"/> | <inp2:m_include t="incs/config_blocks"/> | ||||
<inp2:m_RenderElement name="config_updated_notice"/> | <inp2:m_RenderElement name="config_updated_notice"/> | ||||
<inp2:conf_SaveWarning name="grid_save_warning"/> | <inp2:conf_SaveWarning name="grid_save_warning"/> | ||||
<div id="scroll_container"> | |||||
<table width="100%" border="0" cellspacing="0" cellpadding="4" class="bordered" id="config_table"> | <table width="100%" border="0" cellspacing="0" cellpadding="4" class="bordered" id="config_table"> | ||||
<inp2:conf_PrintList list_name="default" block="config_block" full_block="config_block" half_block1="config_block1" half_block2="config_block2" value_render_as="cf_default_value"/> | <inp2:conf_PrintList list_name="default" block="config_block" full_block="config_block" half_block1="config_block1" half_block2="config_block2" value_render_as="cf_default_value"/> | ||||
</table> | </table> | ||||
</div> | |||||
<script type="text/javascript"> | <script type="text/javascript"> | ||||
<inp2:m_if check="m_Get" name="refresh_tree"> | <inp2:m_if check="m_Get" name="refresh_tree"> | ||||
getFrame('menu').location.reload(); | getFrame('menu').location.reload(); | ||||
</inp2:m_if> | </inp2:m_if> | ||||
<inp2:m_if check="m_Get" name="refresh_all"> | <inp2:m_if check="m_Get" name="refresh_all"> | ||||
var $menu_frame = getFrame('menu'); | var $menu_frame = getFrame('menu'); | ||||
Show All 23 Lines |