Skip to content

Commit

Permalink
Closes #375. Significant reworking of Wizard and LiftScreen and suppo…
Browse files Browse the repository at this point in the history
…rting code
  • Loading branch information
dpp committed Jun 6, 2010
1 parent 1754077 commit 917eb09
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
color: red;
}

.lift_error {
color: red;
}

.lift_warning {
color: yellow;
}

.lift_notice {
}

.sidebar ul {
margin:0;
padding:0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<div>Page <wizard:screen_number/> of <wizard:total_screens/></div>
<wizard:screen_info><div>Page <wizard:screen_number/> of <wizard:total_screens/></div></wizard:screen_info>
<wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
<wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
<wizard:errors> <div> <ul> <wizard:item> <li> <wizard:bind/> </li> </wizard:item> </ul> </div> </wizard:errors>
Expand All @@ -8,7 +8,9 @@
<wizard:line>
<tr>
<td>
<wizard:label error_style="error"/> <wizard:help/> <wizard:field_errors> <ul> <wizard:error> <li> <wizard:bind/> </li> </wizard:error> </ul> </wizard:field_errors>
<wizard:label><label wizard:for=""><wizard:bind/></label></wizard:label>
<wizard:help><span><wizard:bind/></span></wizard:help>
<wizard:field_errors> <ul> <wizard:error> <li> <wizard:bind/> </li> </wizard:error> </ul> </wizard:field_errors>
</td>
<td> <wizard:form/> </td>
</tr>
Expand All @@ -18,4 +20,4 @@
<div> <table> <tr> <td> <wizard:prev/> </td> <td> <wizard:cancel/> </td> <td> <wizard:next/> </td> </tr> </table> </div>
<wizard:screen_bottom> <div> <wizard:bind/> </div> </wizard:screen_bottom>
<wizard:wizard_bottom> <div> <wizard:bind/> </div> </wizard:wizard_bottom>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
color: red;
}

.lift_error {
color: red;
}

.lift_warning {
color: yellow;
}

.lift_notice {
}

.sidebar ul {
margin:0;
padding:0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
color: red;
}

.lift_error {
color: red;
}

.lift_warning {
color: yellow;
}

.lift_notice {
}

.sidebar ul {
margin:0;
padding:0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
color: red;
}

.lift_error {
color: red;
}

.lift_warning {
color: yellow;
}

.lift_notice {
}

.sidebar ul {
margin:0;
padding:0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
color: red;
}

.lift_error {
color: red;
}

.lift_warning {
color: yellow;
}

.lift_notice {
}

.sidebar ul {
margin:0;
padding:0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<div>Page <wizard:screen_number/> of <wizard:total_screens/></div>
<wizard:screen_info><div>Page <wizard:screen_number/> of <wizard:total_screens/></div></wizard:screen_info>
<wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
<wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
<wizard:errors> <div> <ul> <wizard:item> <li> <wizard:bind/> </li> </wizard:item> </ul> </div> </wizard:errors>
Expand All @@ -8,7 +8,9 @@
<wizard:line>
<tr>
<td>
<wizard:label error_style="error"/> <wizard:help/> <wizard:field_errors> <ul> <wizard:error> <li> <wizard:bind/> </li> </wizard:error> </ul> </wizard:field_errors>
<wizard:label><label wizard:for=""><wizard:bind/></label></wizard:label>
<wizard:help><span><wizard:bind/></span></wizard:help>
<wizard:field_errors> <ul> <wizard:error> <li> <wizard:bind/> </li> </wizard:error> </ul> </wizard:field_errors>
</td>
<td> <wizard:form/> </td>
</tr>
Expand All @@ -18,4 +20,4 @@
<div> <table> <tr> <td> <wizard:prev/> </td> <td> <wizard:cancel/> </td> <td> <wizard:next/> </td> </tr> </table> </div>
<wizard:screen_bottom> <div> <wizard:bind/> </div> </wizard:screen_bottom>
<wizard:wizard_bottom> <div> <wizard:bind/> </div> </wizard:wizard_bottom>
</div>
</div>

0 comments on commit 917eb09

Please sign in to comment.