Page History: UrlExpandModule for print
Compare Page Revisions
Page Revision: 2010/07/23 15:52
Class
- Package: MWSF.dll
- Defined In : web.conf
- Class:
- Subclasses:
- Extends:
Config Options
<add name="url-expand" type="kr.or.must.HttpUrlExpandModule, MWSF.Modules" />
common.css changed
add this line in common.css
span.url { display: none !important; }
print.css changed
add this line in print.css
/* for print url-expand*/
span.url { display: inline !important; }