Changeset 13324 for main


Ignore:
Timestamp:
14 Oct 2015, 20:02:20 (9 years ago)
Author:
Henrik Bettermann
Message:

Restructure text in alert box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/hostels/browser.py

    r13323 r13324  
    4040    def onclick(self):
    4141        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.'"
    4445        return "return window.confirm(%s);" % msg
    4546
Note: See TracChangeset for help on using the changeset viewer.