Skip to content
Snippets Groups Projects
Commit c0f0e7fa authored by Tim Steiner's avatar Tim Steiner
Browse files

Clean up print view.

parent a83d575d
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 11 deletions
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/auth/index.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/auth/index.css', 'all'); ?>
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/edit.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/edit.css', 'all'); ?>
<?php $this->headScript()->appendFile($this->baseUrl() . '/tinymce/jscripts/tiny_mce/tiny_mce.js'); ?>
<?php $this->headScript()->appendFile($this->baseUrl() . '/javascript/tinymce.js'); ?>
<?php $this->headScript()->appendFile($this->baseUrl() . '/javascript/courses/edit.js'); ?>
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/new.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/new.css', 'all'); ?>
<div class="content">
<?php if ($this->activeRequest) { ?>
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/new.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/new.css', 'all'); ?>
<?php if($this->crosslisting) { ?>
<h2>
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/new.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/new.css', 'all'); ?>
<div id="announcements" class="titled_box">
<div class="box_shadow_2">
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/view.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/view.css', 'all'); ?>
<?php $this->headScript()->appendFile($this->baseUrl() . '/javascript/courses/view.js'); ?>
<?php
if ($this->preview) {
......
<?php $this->layout()->tagline = 'Welcome'; ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/index/index.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/index/index.css', 'all'); ?>
<div id="announcements" class="titled_box">
<div class="box_shadow_2">
......
<?php
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/index.css');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/index.css', 'all');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/print.css', 'print');
$this->headScript()->prependFile($this->baseUrl() . '/javascript/index.js');
if (!$this->layout()->template) {
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/index/menu.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/index/menu.css', 'all'); ?>
<div id="creqNavigation">
<h4>Navigation</h4>
......
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/requests/approval-chain-manager.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/requests/approval-chain-manager.css', 'all'); ?>
<?php $this->headScript()->appendFile($this->baseUrl() . '/javascript/requests/approval-chain-manager.js'); ?>
<?php $this->layout()->tagline = 'Approval Chain Manager'; ?>
<?php $this->layout()->hideMenu = true; ?>
......
<?php $this->layout()->tagline = 'My Requests'; ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/requests/index.css'); ?>
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/requests/index.css', 'all'); ?>
......
@CHARSET "UTF-8";
a[href]:after {display: none;}
#creqMain {overflow: visible;}
#creqNavigation {display: none;}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment