mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Enhanced Theme: New CSS class added to file input fields to adjust their hight to be equal to other input fields.
This commit is contained in:
@@ -408,7 +408,7 @@ else {
|
||||
echo " ".$text['label-import_file_upload'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld\" id=\"ulfile\">\n";
|
||||
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld fileinput\" id=\"ulfile\">\n";
|
||||
echo "<br />\n";
|
||||
//echo "Select the enclosure.\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user