Lines 4-10
Link Here
|
4 |
<!-- TMPL_INCLUDE NAME="calendar.inc" --> |
4 |
<!-- TMPL_INCLUDE NAME="calendar.inc" --> |
5 |
<!--TMPL_IF Name="op_else"--> <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
5 |
<!--TMPL_IF Name="op_else"--> <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
6 |
<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
6 |
<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
7 |
<script type="text/JavaScript"> |
7 |
<script type="text/javascript"> |
8 |
// <![CDATA[ |
8 |
// <![CDATA[ |
9 |
|
9 |
|
10 |
function yuiToolbar() { |
10 |
function yuiToolbar() { |
Lines 79-89
$(document).ready(function() {
Link Here
|
79 |
<style type="text/css"> |
79 |
<style type="text/css"> |
80 |
h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { display : none; } |
80 |
h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { display : none; } |
81 |
.overlay { top: 180px; left: 50%; position: absolute; margin-left: -100px; width: 200px; text-align: center; display: none; margin-top: -10px; background: #eeffd4; padding: .5em; color: #000; } .note { -moz-border-radius: 3px; border-radius:3px; background: transparent url("/intranet-tmpl/prog/img/famfamfam/silk/comment.png") top left no-repeat; padding : 1px 3px 1px 18px; font-size : 90%; } |
81 |
.overlay { top: 180px; left: 50%; position: absolute; margin-left: -100px; width: 200px; text-align: center; display: none; margin-top: -10px; background: #eeffd4; padding: .5em; color: #000; } .note { -moz-border-radius: 3px; border-radius:3px; background: transparent url("/intranet-tmpl/prog/img/famfamfam/silk/comment.png") top left no-repeat; padding : 1px 3px 1px 18px; font-size : 90%; } |
82 |
</style> |
82 |
</style><!-- TMPL_ELSE --> |
|
|
83 |
<script type="text/javascript"> |
84 |
// <![CDATA[ |
85 |
$(document).ready(function() { calcNewsuggTotal(); }); |
86 |
// ]]> |
87 |
</script> |
83 |
<!--/TMPL_IF--> |
88 |
<!--/TMPL_IF--> |
84 |
<script type="text/javascript" src="<!-- TMPL_VAR NAME='themelang' -->/js/acq.js"></script> |
89 |
<script type="text/javascript" src="<!-- TMPL_VAR NAME='themelang' -->/js/acq.js"></script> |
85 |
</head> |
90 |
</head> |
86 |
<body onload="calcNewsuggTotal();"> |
91 |
<body> |
87 |
<!-- TMPL_INCLUDE name="header.inc" --> |
92 |
<!-- TMPL_INCLUDE name="header.inc" --> |
88 |
<!-- TMPL_INCLUDE NAME="cat-search.inc" --> |
93 |
<!-- TMPL_INCLUDE NAME="cat-search.inc" --> |
89 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <!-- TMPL_IF name="op_save" --> <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> › <!-- TMPL_IF name="suggestionid" -->Suggestion edit #<!-- TMPL_VAR name="suggestionid" --><!--TMPL_ELSE-->New purchase suggestion<!-- /TMPL_IF --><!--TMPL_ELSE-->Suggestions Management<!-- /TMPL_IF --> </div> |
94 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <!-- TMPL_IF name="op_save" --> <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> › <!-- TMPL_IF name="suggestionid" -->Suggestion edit #<!-- TMPL_VAR name="suggestionid" --><!--TMPL_ELSE-->New purchase suggestion<!-- /TMPL_IF --><!--TMPL_ELSE-->Suggestions Management<!-- /TMPL_IF --> </div> |
90 |
- |
|
|