mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Issue #1138 - Bootstrap3 theme mostly complete.
This commit is contained in:
@@ -567,8 +567,10 @@ class cron_admin_form_ui extends e_admin_form_ui
|
||||
|
||||
if($attributes['mode'] == 'read')
|
||||
{
|
||||
$text = $this->renderValue('options',$value,'',$id);
|
||||
$text = "<div class='btn-group'>";
|
||||
$text .= $this->renderValue('options',$value,'',$id);
|
||||
$text .= $this->submit_image('cron_execute['.$id.']', 1, 'execute', 'Execute');
|
||||
$text .= "</div>";
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user