1 ##parameters=saveas='', save='', create='', ajax=''
3 form
= context
.REQUEST
.form
5 if save
or create
and \
6 context
.lightbox_save_control(**form
) :
10 options
['title'] = form
.get('title', '')
11 options
['description'] = form
.get('description', '')
13 return context
.save_as_lightbox_template(**options
)