We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3fff4 commit 0c050e1Copy full SHA for 0c050e1
public_html/lists/admin/send_core.php
@@ -862,7 +862,7 @@ function submitform() {
862
$req = Sql_Query("select id,title from {$tables['template']} order by listorder");
863
if (Sql_affected_Rows()) {
864
$formatting_content .= '<div class="field"><label for="template">'.$GLOBALS['I18N']->get('Use Template').Help('usetemplate').'</label>'.'
865
- <select name="template"><option value="0">-- ' .s('select one').'</option>
+ <select name="template"><option value="0" hidden>' .s('--Select one--').'</option>
866
<option value="0">-- ' .s('No template').'</option>';
867
868
while ($row = Sql_Fetch_Array($req)) {
0 commit comments