* SusiMail:

- Add print css
   - Add some divs
   - Hide header and footer in mobile css
   - Fix 'from' address in compose
   - Boolean config parse cleanup
   - Config textarea row count
This commit is contained in:
zzz
2014-04-29 19:50:28 +00:00
parent 87889bb322
commit 1dfbe73b73
7 changed files with 94 additions and 37 deletions

View File

@@ -66,6 +66,10 @@
<copy todir="src/WEB-INF/classes/icons" >
<fileset dir="src/icons" />
</copy>
<mkdir dir="src/WEB-INF/classes/css" />
<copy todir="src/WEB-INF/classes/css" >
<fileset dir="src/css" />
</copy>
<war destfile="susimail.war" webxml="src/WEB-INF/web.xml"
basedir="src/" excludes="WEB-INF/web.xml LICENSE src/**/*">
<manifest>