Changeset 13324 for main/waeup.uniben/trunk/src/waeup/uniben/hostels
- Timestamp:
- 14 Oct 2015, 20:02:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/hostels/browser.py
r13323 r13324 40 40 def onclick(self): 41 41 msg = "'All expired bed space allocations will be annulled. " + \ 42 "Bed space allocations expire four (4) days after accommodation " + \ 43 "booking if maintenance fee has not been paid. Are you sure?'" 42 "Are you sure? \\n\\n" + \ 43 "Bed space allocation expires four (4) days after accommodation " + \ 44 "booking if maintenance fee is not paid.'" 44 45 return "return window.confirm(%s);" % msg 45 46
Note: See TracChangeset for help on using the changeset viewer.