Ignore:
Timestamp:
17 Jul 2015, 03:35:16 (9 years ago)
Author:
Henrik Bettermann
Message:

Some finetuning.

Location:
main/waeup.kofa/trunk/docs/source/userdocs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/browsing.rst

    r13124 r13175  
    4545
    4646Officers see a double-column theme after logging in. The left column
    47 contains a box (side box) which contains links to the user's
     47contains a box (side box) which provides links to the user's
    4848preferences (My Preferences) and roles (My Roles). It also contains
    49 links to the various sections of Kofa depending on the permissions
    50 the officer has has obtained. Possible sections are: 'Portal
     49links to the various sections of Kofa, depending on the permissions
     50the officer has obtained. Possible sections are: 'Portal
    5151Configuration', 'Officers', 'Data Center', 'Reports' and 'Access
    52 Codes'. The side box expands when the officer accesses an
    53 applicant or student record. The box gives direct access to the
    54 pages of an applicant or student record respectively.
     52Codes'. The side box expands, when the officer accesses a student
     53record. The box gives direct access to the pages of the student.
    5554
    5655.. image:: images/multicolumn.png
     
    8281  display and input widgets (= views) for the fields defined in the
    8382  Zope Schema package. Auto-generation is done with `grok.AutoFields`
    84   which takes the fields, declared in an interface, and renders
    85   display or input widgets, according to the schema declaration, for
    86   display or edit forms respectively.
     83  which takes the fields, declared in an
     84  :ref:`interface<kofa_interfaces>`, and renders display or input
     85  widgets, according to the schema declaration, for display or edit
     86  forms respectively.
    8787
    8888Whereas display and add form pages are usually shared by officers
  • main/waeup.kofa/trunk/docs/source/userdocs/hostels.rst

    r13173 r13175  
    169169same-named action of the `HostelManageFormPage`. `Hostel.updateBeds`
    170170iterates over all block letters, floor levels, room numbers and bed
    171 letters, which haven been configured on the `HostelManageFormPage`.
     171letters, which have been configured on the `HostelManageFormPage`.
    172172In each bed letter iteration loop a bed is added and the `bed_id`,
    173173`bed type` as well as the consecutive `bed_number` are determined
Note: See TracChangeset for help on using the changeset viewer.