mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
display sort_order value instead of minus
This commit is contained in:
@@ -358,7 +358,7 @@ if ($questionnaire_id != false)
|
||||
}
|
||||
}
|
||||
else
|
||||
$qs[0]['sort_order'] = " <i class=\"fa fa-minus fa-lg\"></i> ";
|
||||
$qs[0]['sort_order'] = " <span class=\"badge\">" . $qs[0]['sort_order'] . "</span> ";
|
||||
|
||||
|
||||
xhtml_table($qs,array("sort_order","description","call_max","call_attempt_max","answering_machine_messages","random_select","allow_new","edit","unassign"),array(T_("Sort order"),T_("Sample"), T_("Max calls"), T_("Max call attempts"), T_("Answering machine messages"), T_("Selection type"), T_("Allow new numbers to be drawn?"), T_("Edit"), T_("Unassign sample")));
|
||||
|
||||
Reference in New Issue
Block a user