Update destination_edit.php
This commit is contained in:
parent
50b840ddde
commit
ed560bca10
|
|
@ -892,7 +892,7 @@
|
|||
echo " ".$text['label-destination_prefix']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='destination_prefix' maxlength='255' value=\"".escape($destination_prefix)."\" required='required'>\n";
|
||||
echo " <input class='formfld' type='text' name='destination_prefix' maxlength='32' value=\"".escape($destination_prefix)."\">\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-destination_prefix']."\n";
|
||||
echo "</td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue