Skip to content

Commit b31dc72

Browse files
committed
ZMI: use code class for params
Because parameters are python code, it's a bit more convenient to view and edit them with a monospace font
1 parent 7b30dba commit b31dc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Products/PythonScripts/www/pyScriptEdit.dtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="form-group row ">
1717
<label for="params" class="form-label col-sm-3 col-md-2">Parameter List</label>
1818
<div class="col-sm-9 col-md-10">
19-
<input id="params" class="form-control" type="text" name="params" value="&dtml-params;" />
19+
<input id="params" class="form-control code" type="text" name="params" value="&dtml-params;" />
2020
</div>
2121
</div>
2222
</dtml-with>

0 commit comments

Comments
 (0)