set default input field width to 600px
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3945 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
2accd0db2d
commit
e50ba0a780
1 changed files with 4 additions and 4 deletions
|
@ -89,7 +89,7 @@
|
|||
tal:define="width field/width|nothing"
|
||||
tal:attributes="name name; id name;
|
||||
style python:
|
||||
('width: %s;;' % (width and str(width)+'px' or '550px')) +
|
||||
('width: %s;;' % (width and str(width)+'px' or '600px')) +
|
||||
'height: 1.5em;;';
|
||||
value data/?name|string:;
|
||||
required field/required_js;" />
|
||||
|
@ -117,7 +117,7 @@
|
|||
tal:define="width field/width|nothing"
|
||||
tal:attributes="name name;
|
||||
style python:
|
||||
'width: %s' % (width and str(width)+'px' or '550px');
|
||||
'width: %s' % (width and str(width)+'px' or '600px');
|
||||
value data/?name|string:" />
|
||||
</metal:password>
|
||||
|
||||
|
@ -129,7 +129,7 @@
|
|||
tal:attributes="name name;
|
||||
rows python: height or 3;
|
||||
style python:
|
||||
'width: %s' % (width and str(width)+'px' or '550px');"
|
||||
'width: %s' % (width and str(width)+'px' or '600px');"
|
||||
tal:content="data/?name|string:">
|
||||
</textarea>
|
||||
</metal:textarea>
|
||||
|
@ -175,7 +175,7 @@
|
|||
tal:attributes="name name;
|
||||
rows python: height or 3;
|
||||
style python:
|
||||
'width: %s' % (width and str(width)+'px' or '550px');"
|
||||
'width: %s' % (width and str(width)+'px' or '600px');"
|
||||
tal:content="data/?name|string:" />
|
||||
</metal:list>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue