File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
gui/templates/tl-classic/requirements Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ function refreshAndClose(tcase_id,callback) {
58
58
{ $msgReqLinkingEnabled = $labels .reqLinkingDisabledAfterExec}
59
59
{ /if }
60
60
61
-
62
-
63
61
<body >
64
62
{ $sep = $smarty .const.TITLE_SEP}
65
63
{ $tcIdentity = " {$gui->tcTitle|escape} " }
@@ -83,9 +81,10 @@ function refreshAndClose(tcase_id,callback) {
83
81
{ /if }
84
82
85
83
<p ><span class =" labelHolder" >{ $labels .req_spec} </span >
86
- <select name =" idSRS" id =" idSRS" onchange =" form.submit()" >
84
+ <select name =" idSRS" id =" idSRS" class =" idSRS" onchange =" form.submit()" >
85
+ <option ></option >
87
86
{ html_options options= $gui -> arrReqSpec selected= $gui -> selectedReqSpec }
88
- </select >
87
+ </select ></ p >
89
88
</form >
90
89
{ if $gui -> showCloseButton }
91
90
<form name =" closeMeTop" >
@@ -239,5 +238,11 @@ function refreshAndClose(tcase_id,callback) {
239
238
</div >
240
239
</form >
241
240
{ /if }
241
+
242
+ <script type =" text/javascript" >
243
+ jQuery ( document ).ready (function () {
244
+ jQuery(" .idSRS" ).chosen({ width: " 70%" , search_contains: true } );
245
+ } );
246
+ </script >
242
247
</body >
243
- </html >
248
+ </html >
You can’t perform that action at this time.
0 commit comments