Skip to content

Commit b494548

Browse files
committed
add button styling to 'add more emails' option
1 parent 0c050e1 commit b494548

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public_html/lists/admin/actions/import1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
$foundBlacklisted);
244244
}
245245

246-
$htmlupdate = $report . '<br/>' . PageLinkButton('import1', s('Import some more emails'));
246+
$htmlupdate = $report . '<br/>' .'<div class="input button btn btn-default">'.PageLinkButton('import1', s('Import some more emails')).'</div>';
247247
$htmlupdate = str_replace("'", "\'", $htmlupdate);
248248

249249
$status = '<script type="text/javascript">

public_html/lists/admin/actions/import2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
} else {
525525
output($report);
526526
}
527-
$htmlupdate = $report.'<br/>'.PageLinkButton('import2', s('Import some more emails'));
527+
$htmlupdate = $report.'<br/>'.'<div class="button btn btn-default">'.PageLinkButton('import2', s('Import some more emails')).'</div>';
528528
$htmlupdate = str_replace("'", "\'", $htmlupdate);
529529

530530
clearImport();

public_html/lists/admin/import2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
printf($GLOBALS['I18N']->get('Test output<br/>If the output looks ok, click %s to submit for real').'<br/><br/>',
577577
PageLink2($_GET['page'].'&amp;confirm=yes', $GLOBALS['I18N']->get('Confirm Import')));
578578

579-
echo '<p>'.PageLink2($_GET['page'], $GLOBALS['I18N']->get('Import some more emails')).'</p>';
579+
echo '<div class="button btn btn-default">'.PageLink2($_GET['page'], $GLOBALS['I18N']->get('Import some more emails')).'</div>';
580580

581581
return;
582582
}

0 commit comments

Comments
 (0)