Order refactoring part two: Balancing workflow was adapted to the new order schema. Article modification is still missing.

This commit is contained in:
Benjamin Meichsner 2009-01-29 21:28:22 +01:00
parent 9eb2125f15
commit 190a777278
53 changed files with 568 additions and 603 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

View file

@ -243,6 +243,16 @@ td.currency, td.actions {
text-align: right;
padding-right: 0.5em; }
td.closed {
background: url(/images/arrow_right_red.png) no-repeat center left; }
td.closed a {
display: block;
text-decoration: none;
padding-left: 20px; }
td.open {
background: url(/images/arrow_down_red.png) no-repeat center left; }
div.edit_form {
border: 2px solid #e3e3e3;
background: #f5f5f5;
@ -252,7 +262,7 @@ div.edit_form {
#edit_article, #edit_box {
position: fixed;
top: 23%;
top: 5em;
left: 10em;
width: 55em;
background: #FBFBFB;

View file

@ -243,6 +243,16 @@ td.currency, td.actions {
text-align: right;
padding-right: 0.5em; }
td.closed {
background: url(/images/arrow_right_red.png) no-repeat center left; }
td.closed a {
display: block;
text-decoration: none;
padding-left: 20px; }
td.open {
background: url(/images/arrow_down_red.png) no-repeat center left; }
div.edit_form {
border: 2px solid #e3e3e3;
background: #f5f5f5;
@ -252,7 +262,7 @@ div.edit_form {
#edit_article, #edit_box {
position: fixed;
top: 23%;
top: 5em;
left: 10em;
width: 55em;
background: #FBFBFB;

View file

@ -270,6 +270,14 @@ table.ordered_articles
td.currency, td.actions
:text-align right
:padding-right 0.5em
td.closed
background: url(/images/arrow_right_red.png) no-repeat center left
a
display: block
text-decoration: none
padding-left: 20px
td.open
background: url(/images/arrow_down_red.png) no-repeat center left
// ************************************* for edit formulars */
div.edit_form
@ -281,7 +289,7 @@ div.edit_form
#edit_article, #edit_box
:position fixed
:top 23%
:top 5em
:left 10em
:width 55em
:background #FBFBFB