10 | | * Create a dialog that pops up when the "Add to template" halo is clicked |
11 | | * This dialog should contain list of all objects and groups of properties of the object with identation and checkboxes that allow to choose which of these will be added to the template |
12 | | * List items should be indented as there are no tree views in the application. See implementation idea |
13 | | * Optional - a preview box will be useful, but probably will take time |
14 | | * Dialog should have Add and Cancel buttons |
| 10 | * Create a dialog that pops up when the "Add to template" halo is clicked. The dialog should contain |
| 11 | * Text field for the name of the template |
| 12 | * "Select all" and "Select none" buttons for the list of the checkboxes |
| 13 | * List of all objects and properties of the object with identation and checkboxes that allow to choose which of these will be added to the template |
| 14 | * For pages - list of frames, groups |
| 15 | * For frames - properties |
| 16 | * List items should be indented as there are no tree views in the application. See implementation idea |
| 17 | * Optional - a preview box will be useful, but probably will take time |
| 18 | * "Add" and "Cancel" buttons at the bottom of the dialog |