Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created April 14, 2011 19:58
Show Gist options
  • Save jmertic/920341 to your computer and use it in GitHub Desktop.
Save jmertic/920341 to your computer and use it in GitHub Desktop.
--clipped code--
<!-- BEGIN: nodata -->
<tr height='20' class='{ROW_COLOR}S1'>
<td colspan='{COL_COUNT}'>
<em>{APP.LBL_NO_DATA}</em>
<!-- BEGIN CUSTOMIZATION -->
<script type="text/javascript">
document.getElementById('subpanel_{PANEL_NAME}').style.display = 'none';
document.getElementById('hide_link_{PANEL_NAME}').style.display = 'none';
document.getElementById('show_link_{PANEL_NAME}').style.display = '';
</script>
<!-- END CUSTOMIZATION -->
</td>
</tr>
<!-- END: nodata -->
--clipped code--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment