Changeset 136 for waeup_product


Ignore:
Timestamp:
1 Nov 2005, 13:21:20 (19 years ago)
Author:
joachim
Message:

=temporary view all fixed accomodation view

Location:
waeup_product/trunk/skins/waeup_default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPVocabularies.py

    r103 r136  
    8585
    8686vocabularies['range5'] = {'type': 'CPS Vocabulary',
    87                                'data': {'tuples': ([('%d' % i,i,'') for i in range(1,6)])},
     87                               'data': {'tuples': ([('%d' % i, '%d' % i ,'') for i in range(1,6)])},
    8888                          }
    8989vocabularies['range10'] = {'type': 'CPS Vocabulary',
    90                                'data': {'tuples': ([('%d' % i,i,'') for i in range(1,11)])},
     90                               'data': {'tuples': ([('%d' % i, '%d' % i,'') for i in range(1,11)])},
    9191                          }
    9292vocabularies['range20'] = {'type': 'CPS Vocabulary',
    93                                'data': {'tuples': ([('%d' % i,i,'') for i in range(1,21)])},
     93                               'data': {'tuples': ([('%d' % i, '%d' % i,'') for i in range(1,21)])},
    9494                          }
    9595vocabularies['range50'] = {'type': 'CPS Vocabulary',
    96                                'data': {'tuples': ([('%d' % i,i,'') for i in range(1,51)])},
     96                               'data': {'tuples': ([('%d' % i, '%d' % i,'') for i in range(1,51)])},
    9797                          }
    9898##'xxx_voc': {
  • waeup_product/trunk/skins/waeup_default/temporary_view_all.pt

    r135 r136  
    4343  </tal:block>
    4444  <tal:block condition="python: not len(items)">
    45   (No items yet!)
     45  (No items contained here !)
    4646  </tal:block>
    4747  </table>
Note: See TracChangeset for help on using the changeset viewer.