BUG 5073 Feature Case Notes "Free Notes"

This Feature allow a user to post a note at any stage of a Case and from cases lists

Conflicts:

	workflow/engine/data/mssql/schema.sql
	workflow/engine/methods/cases/casesListExtJs.php
	workflow/engine/skinEngine/base/css/pmos-xtheme-gray.css
	workflow/engine/templates/cases/casesList.js
	workflow/engine/templates/cases/open.js
This commit is contained in:
Hugo Loza
2011-07-14 10:45:20 -04:00
parent 002a0124d7
commit 0f7cae6d85
17 changed files with 3294 additions and 501 deletions

View File

@@ -527,6 +527,7 @@ antes funcionaba.
.ICON_STEPS {
background-image:url(/images/steps.png) !important;
}
.ICON_ASSIGN_TASK {
background-image:url(/images/flechav1A.png) !important;
}
@@ -680,7 +681,11 @@ antes funcionaba.
width:15px !important;
height:15px !important;
}
.ICON_CASES_NOTES {
/*ss_comment*/
background-image:url( /images/icons_silk/sprites.png) !important;
background-position:0 -4501px !important
}
.ICON_ADDITIONAL_TABLES{
/*ss_database_table*/
background-image:url( /images/icons_silk/sprites.png) !important;
@@ -886,4 +891,27 @@ antes funcionaba.
.errorTip .x-tip-body ul{
list-style-type:disc;
margin-left:15px;
}
.note-item {
font:normal 11px tahoma, arial, helvetica, sans-serif;
padding:3px 3px 3px 3px;
border:1px solid #fff;
border-bottom:1px solid #eeeeee;
white-space:normal;
color:#555;
}
.note-item h3 {
display:block;
font:inherit;
font-weight:bold;
color:#222;
}
.note-item h3 span {
float: right;
font-weight:normal;
margin:0 0 5px 5px;
width:50px;
display:block;
clear:none;
}