Ignore:
Timestamp:
19 Feb 2007, 15:06:06 (18 years ago)
Author:
joachim
Message:

book_reserverved_bed enhanced:

  • reserve and change button added

1.) all beds which are reserved for this student are unreserved.
2.) the selected bed is reserved for this student.
3.) The new bed-koordinate is reflected in the accommodation object.

The reserve functionallity is unchanged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/book_reserved_bed_form.pt

    r1393 r1440  
    1919          <div tal:replace="structure rendered_main" />
    2020          <br />
    21           <input type="submit" class="standalone" name="cpsdocument_edit_button"
    22                  value="Save"
    23                  id="cpsdocument_edit_button"
     21          <input type="submit" class="standalone"
     22                 name="reserve"
    2423                 tal:attributes="value options/button"
    2524                 tal:condition="not:creation" />
    26           <input type="submit"
     25          <input type="submit" tal:condition="python:mode !='view'"
    2726                 class="standalone"
    28                  name="cpsdocument_create_button"
    29                  value="apply"
    30                  tal:attributes="value options/button"
    31                  tal:condition="creation" />
    32          
     27                 name="reserve_and_change"
     28                 value="Reserve and Change Bed"
     29                 />
    3330        </form>
    3431      </metal:block>
Note: See TracChangeset for help on using the changeset viewer.