give dialogs (BorderContainer) more space
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4071 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
294e0b6334
commit
ecd69dc7ab
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
useI18N view/useI18NForEditing;
|
||||
innerForm request/inner_form | string:inner_concept_edit_form.html;">
|
||||
<div dojoType="dijit.layout.BorderContainer"
|
||||
style="width: 60em; height: 600px">
|
||||
style="width: 70em; height: 600px">
|
||||
<div dojoType="dijit.layout.ContentPane" region="center">
|
||||
<input type="hidden" name="form.action" value="edit"
|
||||
tal:attributes="value view/form_action" />
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
<div metal:define-macro="create" i18n:domain="loops"
|
||||
dojoType="dijit.layout.BorderContainer"
|
||||
style="width: 60em; height: 600px">
|
||||
style="width: 70em; height: 600px">
|
||||
<form method="post" enctype="multipart/form-data"
|
||||
id="dialog_form" class="dialog"
|
||||
tal:define="qualifier request/qualifier | string:resource;
|
||||
|
|
Loading…
Add table
Reference in a new issue