Applied fixes from FlintCI

pull/2487/head
Julio Montoya 8 years ago
parent 9293ae2d4e
commit 1cf4c0e487
  1. 2
      main/attendance/attendance_sheet.php
  2. 2
      main/install/index.php
  3. 2
      main/install/install.lib.php
  4. 2
      main/mySpace/myStudents.php
  5. 2
      main/upload/upload.document.php
  6. 2
      main/wiki/wiki.inc.php

@ -418,7 +418,7 @@ if (api_is_allowed_to_edit(null, true) ||
} }
} else { } else {
echo Display::page_header(get_lang('AttendanceSheetReport')); echo Display::page_header(get_lang('AttendanceSheetReport'));
// View for students ?> // View for students?>
<?php if (!empty($users_presence)) { <?php if (!empty($users_presence)) {
?> ?>
<div> <div>

@ -582,7 +582,7 @@ if (@$_POST['step2']) {
$passForm $passForm
); );
} elseif (@$_POST['step5']) { } elseif (@$_POST['step5']) {
//STEP 6 : LAST CHECK BEFORE INSTALL ?> //STEP 6 : LAST CHECK BEFORE INSTALL?>
<div class="RequirementHeading"> <div class="RequirementHeading">
<h3><?php echo display_step_sequence().get_lang('LastCheck'); ?></h3> <h3><?php echo display_step_sequence().get_lang('LastCheck'); ?></h3>
</div> </div>

@ -1147,7 +1147,7 @@ function display_requirements(
$error = true; $error = true;
} }
// And now display the choice buttons (go back or install) ?> // And now display the choice buttons (go back or install)?>
<p align="center" style="padding-top:15px"> <p align="center" style="padding-top:15px">
<button type="submit" name="step1" class="btn btn-default" onclick="javascript: window.location='index.php'; return false;" value="<?php echo get_lang('Previous'); ?>" > <button type="submit" name="step1" class="btn btn-default" onclick="javascript: window.location='index.php'; return false;" value="<?php echo get_lang('Previous'); ?>" >
<em class="fa fa-backward"> </em> <?php echo get_lang('Previous'); ?> <em class="fa fa-backward"> </em> <?php echo get_lang('Previous'); ?>

@ -1512,7 +1512,7 @@ if (empty($details)) {
</div> </div>
'; ';
// line about other tools ?> // line about other tools?>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead> <thead>

@ -163,7 +163,7 @@ if (isset($_GET['createdir'])) {
//show the form //show the form
echo Display::return_message($new_folder_text, 'normal'); echo Display::return_message($new_folder_text, 'normal');
} else { } else {
//give them a link to create a directory ?> //give them a link to create a directory?>
<p> <p>
<a href="<?php echo api_get_self(); ?>?path=<?php echo $path; ?>&amp;createdir=1"> <a href="<?php echo api_get_self(); ?>?path=<?php echo $path; ?>&amp;createdir=1">
<?php echo Display::return_icon('new_folder.gif'); ?> <?php echo Display::return_icon('new_folder.gif'); ?>

@ -1321,7 +1321,7 @@ class Wiki
).'</a>'; ).'</a>';
} }
//export to print ?> //export to print?>
<script> <script>
function goprint() { function goprint() {
var a = window.open('', '', 'width=800,height=600'); var a = window.open('', '', 'width=800,height=600');

Loading…
Cancel
Save