0ed9db26 by vanisha

css changes

1 parent 0742377e
......@@ -3,7 +3,7 @@
<div class="container">
<div class="cardtitle">
<p class="banner-title mb-0 pb-0 bold">Cron logs view</p>
<p class="banner-title mb-0 pb-0 bold" style="font-size: 30px;">Cron logs view</p>
<p class="dasboard_margin">It shows all cron entries that should be ran today. We can fliter the cron details based on the date filter</p>
</div>
</div>
......@@ -38,6 +38,7 @@
<script>
$('#view_logs_entries_table').dataTable({
dom: 'Bfrtip',
"pageLength": 30,
"lengthChange": false,
lengthMenu: [[30, 50, 100], [30, 50, 100]]
......
......@@ -22,13 +22,13 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once('../../../config.php');
global $PAGE,$OUTPUT,$CFG;
require_login(null, false);
require_once(dirname(dirname(dirname(__FILE__))) . '/config.php');
global $PAGE,$OUTPUT,$CFG;
require_login(null, false);
$pluginname = get_string('pluginname', 'block_fn_mentor');
$pluginname = get_string('pluginname', 'block_log');
$thispageurl = new moodle_url('/blocks/log/view.php');
$PAGE->set_url($thispageurl);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!