View | Details | Raw Unified | Return to bug 11023
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/toggle_new_status.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Toggle new status</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Automatic item modifications by age</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">//<![CDATA[
4
<script type="text/javascript">//<![CDATA[
5
  function clear_inputs(node, new_node) {
5
  function clear_inputs(node, new_node) {
Lines 116-128 Link Here
116
<body id="tools_toggle_new_status" class="tools">
116
<body id="tools_toggle_new_status" class="tools">
117
[% INCLUDE 'header.inc' %]
117
[% INCLUDE 'header.inc' %]
118
[% INCLUDE 'cat-search.inc' %]
118
[% INCLUDE 'cat-search.inc' %]
119
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/tools/toggle_new_status.pl">Toggle new status</a></div>
119
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/tools/toggle_new_status.pl">Automatic item modifications by age</a></div>
120
120
121
<div id="doc3" class="yui-t2">
121
<div id="doc3" class="yui-t2">
122
  <div id="bd">
122
  <div id="bd">
123
    <div id="yui-main">
123
    <div id="yui-main">
124
      <div class="yui-b">
124
      <div class="yui-b">
125
        <h3>Toggle new status</h3>
125
        <h3>Automatic item modifications by age</h3>
126
        <div id="toolbar" class="btn-toolbar">
126
        <div id="toolbar" class="btn-toolbar">
127
          <a class="btn btn-small" id="newentry" href="/cgi-bin/koha/tools/toggle_new_status.pl?op=edit_form"><i class="icon-plus"></i> Edit</a>
127
          <a class="btn btn-small" id="newentry" href="/cgi-bin/koha/tools/toggle_new_status.pl?op=edit_form"><i class="icon-plus"></i> Edit</a>
128
        </div>
128
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-3 / +2 lines)
Lines 128-135 Link Here
128
    [% END %]
128
    [% END %]
129
129
130
    [% IF ( CAN_user_tools_items_batchmod ) %]
130
    [% IF ( CAN_user_tools_items_batchmod ) %]
131
      <dt><a href="/cgi-bin/koha/tools/toggle_new_status.pl">Toggle new status</a></dt>
131
      <dt><a href="/cgi-bin/koha/tools/toggle_new_status.pl">Automatic item modifications by age</a></dt>
132
      <dd>Toggle the "new" status for items</dd>
132
      <dd>Define rules to Modify items by age</dd>
133
    [% END %]
133
    [% END %]
134
134
135
    [% IF ( CAN_user_tools_export_catalog ) %]
135
    [% IF ( CAN_user_tools_export_catalog ) %]
136
- 

Return to bug 11023