changed approach as requested by mdk
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>
Tue, 27 May 2008 18:19:52 +0000 (18:19 +0000)
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>
Tue, 27 May 2008 18:19:52 +0000 (18:19 +0000)
commitf38511c5ebf5947ce2a22fe72ec27c16631def86
tree9595e03c133ca6cc70cc0f5d5e5a0bf55b8ba881
parent201baa3103a916699cab1ade9d67a34c32ae19d1
changed approach as requested by mdk
44 files changed:
share/skin/base/layout/collection.tt
share/skin/base/layout/field.tt
share/skin/base/layout/list_view.tt
share/skin/base/layout/object.tt
share/skin/base/layout/site_layout.tt
share/skin/componentui/skin.conf
share/skin/default/layout/action.tt
share/skin/default/layout/action/link.tt [new file with mode: 0644]
share/skin/default/layout/field.tt [deleted file]
share/skin/default/layout/field/array.tt
share/skin/default/layout/field/boolean.tt [new file with mode: 0644]
share/skin/default/layout/field/collection.tt
share/skin/default/layout/field/date_time.tt [new file with mode: 0644]
share/skin/default/layout/field/integer.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable.tt
share/skin/default/layout/field/mutable/boolean.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/choose_many.tt
share/skin/default/layout/field/mutable/choose_one.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/date_time.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/file.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/hidden_array.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/integer.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/matching_passwords.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/number.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/password.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/string.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/text.tt [new file with mode: 0644]
share/skin/default/layout/field/mutable/time_range.tt
share/skin/default/layout/field/number.tt [new file with mode: 0644]
share/skin/default/layout/field/related_object.tt [new file with mode: 0644]
share/skin/default/layout/field/string.tt [new file with mode: 0644]
share/skin/default/layout/field/text.tt [new file with mode: 0644]
share/skin/default/layout/list_view.tt [deleted file]
share/skin/default/layout/object.tt
share/skin/default/layout/site_layout.tt [new file with mode: 0644]
share/skin/default/layout/value/boolean.tt [new file with mode: 0644]
share/skin/default/layout/value/collection.tt [new file with mode: 0644]
share/skin/default/layout/value/date_time.tt [new file with mode: 0644]
share/skin/default/layout/value/image.tt [new file with mode: 0644]
share/skin/default/layout/value/list.tt [new file with mode: 0644]
share/skin/default/layout/value/number.tt [new file with mode: 0644]
share/skin/default/layout/value/related_object.tt [new file with mode: 0644]
share/skin/default/layout/value/string.tt [new file with mode: 0644]
share/skin/default/layout/value/text.tt [new file with mode: 0644]