UrlExpandModule for print

Modified on 2010/08/03 21:40 by Administrator — Categorized as: MWPC, MWSF

Class


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; }