forked from science-ation/science-ation
add a <nobr> to the action icons on the questions editor
This commit is contained in:
parent
c934d3a9f7
commit
1aab14a8bf
@ -388,7 +388,7 @@ function questions_editor($section, $year, $array_name, $self)
|
||||
echo "<td>{$qs[$qid]['db_heading']}</td>";
|
||||
echo "<td align=\"center\">{$types[$qs[$qid]['type']]}</td>";
|
||||
echo "<td align=\"center\">{$qs[$qid]['required']}</td>";
|
||||
echo "<td align=\"center\">";
|
||||
echo "<td align=\"center\"><nobr>";
|
||||
echo "<a title=\"Up\" href=\"$self?action=up&up=$qid\"><img src=\"".$config['SFIABDIRECTORY']."/images/16/up.".$config['icon_extension']."\" border=0></a>";
|
||||
echo " ";
|
||||
echo "<a title=\"Down\" href=\"$self?action=down&down=$qid\"><img src=\"".$config['SFIABDIRECTORY']."/images/16/down.".$config['icon_extension']."\" border=0></a>";
|
||||
@ -397,7 +397,7 @@ function questions_editor($section, $year, $array_name, $self)
|
||||
echo " ";
|
||||
echo "<a title=\"Remove\" onClick=\"return confirmClick('".i18n("Are you sure you want to remove this question?")."');\" href=\"$self?action=remove&remove=$qid\"><img src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\" border=0></a>";
|
||||
|
||||
echo "</td>";
|
||||
echo "</nobr></td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
echo "</table>";
|
||||
|
Loading…
Reference in New Issue
Block a user