Added not logged-in logic for transaction edit, also:

1). Added error spans for transaction edit
2). Removed some css from transaction.js
3). Added css for errors to transaction.css
This commit is contained in:
Jonathan Rosenbaum
2015-01-26 18:52:16 +00:00
parent 934bc4438c
commit 304c9e2f37
4 changed files with 67 additions and 26 deletions
+15
View File
@@ -56,3 +56,18 @@ input[value=Save]:focus, input[value=Close]:focus {
#range_slider {
padding-top: 8px;
}
/* center error text by description when editing transactions */
[name=description], #description_error {
vertical-align: middle;
}
/* errors */
#current_shop,
#transaction_start_error,
#sold_by_error, #sold_to_error,
#description_error,
#payment_error, #payment_type_error,
#quantity_error {
color: red;
}