change style
This commit is contained in:
@@ -1611,7 +1611,7 @@ function _booking_readinggroup_email_listing($node) {
|
|||||||
global $event;
|
global $event;
|
||||||
$rows = array();
|
$rows = array();
|
||||||
$header = array("First Name", "Last Name", "Phone Number");
|
$header = array("First Name", "Last Name", "Phone Number");
|
||||||
$attributes = array("style" => "border-spacing: 10px 0;");
|
$attributes = array("style" => "border-collapse: separate; border-spacing: 20px 0;");
|
||||||
|
|
||||||
//display study session data if enabled
|
//display study session data if enabled
|
||||||
if (variable_get('booking_enable_studygroups', 0) == 0) {
|
if (variable_get('booking_enable_studygroups', 0) == 0) {
|
||||||
|
Reference in New Issue
Block a user