Skip to content

Commit

Permalink
ZMI: use code class for params
Browse files Browse the repository at this point in the history
Because parameters are python code, it's a bit more convenient to view and edit them with a monospace font
  • Loading branch information
perrinjerome committed Mar 9, 2023
1 parent 7b30dba commit b31dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/PythonScripts/www/pyScriptEdit.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="form-group row ">
<label for="params" class="form-label col-sm-3 col-md-2">Parameter List</label>
<div class="col-sm-9 col-md-10">
<input id="params" class="form-control" type="text" name="params" value="&dtml-params;" />
<input id="params" class="form-control code" type="text" name="params" value="&dtml-params;" />
</div>
</div>
</dtml-with>
Expand Down

0 comments on commit b31dc72

Please sign in to comment.