Add a border until we can theme this sucker
This commit is contained in:
parent
77ba2dcb06
commit
c09f1a437b
@ -25,7 +25,7 @@ function pubsites_content(&$a) {
|
||||
if($ret['success']) {
|
||||
$j = json_decode($ret['body'],true);
|
||||
if($j) {
|
||||
$o .= '<table><tr><td>' . t('Site URL') . '</td><td>' . t('Access Type') . '</td><td>' . t('Registration Policy') . '</td></tr>';
|
||||
$o .= '<table border="1"><tr><td>' . t('Site URL') . '</td><td>' . t('Access Type') . '</td><td>' . t('Registration Policy') . '</td></tr>';
|
||||
foreach($j['sites'] as $jj) {
|
||||
$o .= '<tr><td>' . $jj['url'] . '</td><td>' . $jj['access'] . '</td><td>' . $jj['register'] . '</td></tr>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user