home *** CD-ROM | disk | FTP | other *** search
- popupWidth=max(
- zstring_width(zstring: '$$$IDS_STORE_WEB_DISCUSSIONS'),
- zstring_width(zstring: '$$$IDS_STORE_DAVFD'),
- zstring_width(zstring: '$$$IDS_STORE_FSFDF'),
- zstring_width(zstring: '$$$IDS_STORE_DATABASE'),
- zstring_width(zstring: '$$$IDS_STORE_NONE'));
-
- dialog(name: '$$$/Prefs/Collaboration', margin_height: 0, margin_width: 0)
- {
- view(align_children: align_left)
- {
- cluster(item_id: 'clsr', name: '$$$/Prefs/Collaboration/RepositoryGroup', dwidth: gPrefsPanelWidth, align_children: align_fill)
- {
- view(align_children: align_left, alignment: align_fill)
- {
- static_text(item_id: 'txt1', name: '$$$/Prefs/Collaboration/Type');
- popup(item_id: 'type', width: popupWidth);
- static_text(item_id: 'txt2', name: '$$$/Prefs/Collaboration/Settings');
- edit_text(item_id: 'sset', alignment: align_fill);
- button(item_id: 'brws', name: '$$$/Prefs/Collaboration/Browse');
- static_text(item_id: 'txt3', alignment: align_fill);
- }
- }
- button(item_id: 'rsht', name: '$$$/Prefs/Collaboration/ResetHowTo');
- }
- }
-