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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
	<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
2
	<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
3
	<!-- TMPL_IF NAME="suggestion" --><li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li><!-- TMPL_ELSE --><!-- /TMPL_IF -->
3
	<!-- TMPL_IF NAME="suggestion" --><li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li><!-- TMPL_ELSE --><!-- /TMPL_IF -->
4
    <!-- TMPL_IF name="CAN_user_acquisition_budget_manage" -->
4
    <!-- TMPL_IF name="CAN_user_acquisition_budget_manage" -->
5
	<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets & Funds</a></li>
5
	<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets &amp; Funds</a></li>
6
    <!-- /TMPL_IF -->
6
    <!-- /TMPL_IF -->
7
    <!-- TMPL_IF name="CAN_user_parameters" -->
7
    <!-- TMPL_IF name="CAN_user_parameters" -->
8
     <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
8
     <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl (-108 / +118 lines)
Lines 1-8 Link Here
1
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
1
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Budget planning</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" --></title>
3
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
<!-- TMPL_INCLUDE NAME="calendar.inc" -->
4
<!-- TMPL_INCLUDE NAME="calendar.inc" -->
5
<script type="text/javascript" src="<!-- TMPL_VAR NAME='themelang' -->/js/acq.js"></script>
5
<script type="text/javascript" src="<!-- TMPL_VAR NAME="themelang" -->/js/acq.js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
// ---------------------------------------------------------------------
8
// ---------------------------------------------------------------------
Lines 64-70 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
64
});
64
});
65
//]]>
65
//]]>
66
</script>
66
</script>
67
67
<style type="text/css">td.locked { background-image: url('/intranet-tmpl/prog/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 4% 50%; } a.control { font-size:85%;text-decoration:none; }</style>
68
</head>
68
</head>
69
<body>
69
<body>
70
<!-- TMPL_INCLUDE NAME="header.inc" -->
70
<!-- TMPL_INCLUDE NAME="header.inc" -->
Lines 86-145 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
86
86
87
<!-- TMPL_INCLUDE NAME="budgets-admin-toolbar.inc" -->
87
<!-- TMPL_INCLUDE NAME="budgets-admin-toolbar.inc" -->
88
88
89
<br />
89
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
90
90
<h3>Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" --></h3>
91
<form method="post" id='Aform' name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
92
93
<input type="hidden" id="budget_period_id" name="budget_period_id" value="<!-- TMPL_VAR NAME="budget_period_id" -->"/>
94
<fieldset style=" border:2px solid #EEEEEE; " >
95
<legend>Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" --></legend>
96
    <table class="invis" >
97
    <tr><td>
98
    <!-- TMPL_IF NAME="show_mine" -->
99
        <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
100
    <!-- TMPL_ELSE -->
101
        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
102
    <!-- /TMPL_IF -->
103
    <label for="show_mine">Show my funds only</label>
104
    </td>
105
    <td>
106
        <label for="authcat"  > Select planning type:</label>
107
        <!-- TMPL_VAR NAME="authcat_dropbox" -->
108
        <input type="submit" name="option_submit" value="Select" />
109
    </td>
110
    </tr>
111
112
    <tr><td>
113
    <!-- TMPL_IF NAME="show_active" -->
114
        <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
115
    <!-- TMPL_ELSE -->
116
        <input type="checkbox" id="show_active" name="show_active" value="1" />
117
        <!-- /TMPL_IF -->
118
    <label for="show_active">Show active funds only</label>
119
    </td>
120
    <td></td>
121
    </tr>
122
123
    <tr><td>
124
        <!-- TMPL_IF NAME="show_actual" -->
125
            <input type="checkbox"    id="show_actual"   name="show_actual" value="1"   checked="checked" />
126
        <!-- TMPL_ELSE -->
127
            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
128
        <!-- /TMPL_IF -->
129
        <label for="show_actual">Show actual/estimated values:</label>
130
    </td>
131
    <td></td>
132
    </tr>
133
    </table>
134
</fieldset>
135
136
<br />
137
91
138
<!-- Budget Lines -->
92
<!-- Budget Lines -->
139
93
140
    <!-- TMPL_IF NAME="budget_lines" -->
94
    <!-- TMPL_IF NAME="budget_lines" -->
141
95
142
    <!-- TMPL_INCLUDE NAME="budgets-active-currency.inc" -->
96
    <!-- TMPL_IF name="currency" --><p><b>Currency = <!-- TMPL_VAR name="currency" --></b>.
97
    <!-- TMPL_IF NAME="show_actual" -->
98
        <b>Each cell contain both actual and estimated values.</b>
99
    <!-- TMPL_ELSE -->
100
        <b>Cells contain estimated values only.</b>
101
    <!-- /TMPL_IF -->
102
    </p><!-- TMPL_ELSE --><div class="dialog alert"><h3>No active currency is defined</h3><p>Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.</p></div>
103
<!-- TMPL_IF NAME="show_actual" -->
104
        <p><b>Each cell contain both actual and estimated values.</b></p>
105
    <!-- TMPL_ELSE -->
106
        <p><b>Cells contain estimated values only.</b></p>
107
    <!-- /TMPL_IF -->
108
    <!-- /TMPL_IF -->
143
109
144
    <table id="plan" width="100%">
110
    <table id="plan" width="100%">
145
    <thead>
111
    <thead>
Lines 149-186 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
149
115
150
    <!-- TMPL_LOOP NAME="authvals_row" -->
116
    <!-- TMPL_LOOP NAME="authvals_row" -->
151
         <!-- TMPL_IF NAME="display" -->
117
         <!-- TMPL_IF NAME="display" -->
152
            <th id="<!-- TMPL_VAR NAME="code" -->"   style="text-align: center;"
118
            <th id="col<!-- TMPL_VAR NAME="code" -->" class="<!-- TMPL_VAR NAME="colnum" -->">
153
                        class="<!-- TMPL_VAR NAME='colnum' -->" >
154
        <!-- TMPL_ELSE -->
119
        <!-- TMPL_ELSE -->
155
            <th id="<!-- TMPL_VAR NAME="code" -->"   style="text-align: center;
120
            <th id="col<!-- TMPL_VAR NAME="code" -->" styl="display:none;" class="<!-- TMPL_VAR NAME="colnum" -->">
156
                            display:none;" 
157
                        class="<!-- TMPL_VAR NAME='colnum' -->" >
158
        <!-- /TMPL_IF -->
121
        <!-- /TMPL_IF -->
159
122
160
    <!-- TMPL_VAR NAME="code" -->&nbsp;<span class="buttonPlus" onclick="delColumn('<!-- TMPL_VAR NAME="colnum" -->', '<!-- TMPL_VAR NAME="code" -->')"  > - &nbsp;</span></th>
123
    <!-- TMPL_VAR NAME="code" --></th>
161
162
    <!-- /TMPL_LOOP -->
124
    <!-- /TMPL_LOOP -->
163
125
164
    <th>Fund remaining</th>
126
    <th>Fund remaining</th><th>&nbsp;</th>
165
166
    <th id='popmenu' style=" text-align: center;" >
167
    <span id="add_popmenu_item" class="buttonPlus" > + </span></th>
168
    </tr>
127
    </tr>
128
    <tr>
129
    <th>&nbsp;</th><th>&nbsp;</th>
130
    <!-- TMPL_LOOP NAME="authvals_row" -->
131
         <!-- TMPL_IF NAME="display" -->
132
            <th class="<!-- TMPL_VAR NAME="colnum" -->">
133
        <!-- TMPL_ELSE -->
134
            <th style="display:none;" class="<!-- TMPL_VAR NAME="colnum" -->">
135
        <!-- /TMPL_IF -->
136
137
    <a class="control" onclick="delColumn('<!-- TMPL_VAR NAME="colnum" -->', 'col<!-- TMPL_VAR NAME="code" -->')" href="#" title="Hide this column">[ hide ]</a></th>
138
139
    <!-- /TMPL_LOOP -->
140
    <th id="popmenu"><a style="font-size:85%;text-decoration:none;" id="add_popmenu_item" href="#" title="Show a hidden column">[ show a column ]</a></th><th>&nbsp;</th>
141
     </tr>
142
169
    </thead>
143
    </thead>
170
144
171
    <tbody>
145
    <tbody>
172
    <!-- TMPL_LOOP NAME="budget_lines" -->
146
    <!-- TMPL_LOOP NAME="budget_lines" -->
173
            <!-- TMPL_IF Name="budget_lock" -->
147
    <!-- TMPL_UNLESS NAME="__odd__" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_UNLESS -->
174
        <tr  class="highlight"  > 
148
175
            <!--TMPL_ELSE -->
149
        <td align="left"<!-- TMPL_IF NAME="budget_lock" --> class="locked" title="Fund locked"<!-- /TMPL_IF -->><a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_id=<!-- TMPL_VAR NAME="budget_id" -->&amp;budget_period_id=<!-- TMPL_VAR NAME="budget_period_id" -->"><!-- TMPL_VAR NAME="budget_name_indent"--></a></td>
176
        <tr > 
150
        <td><span id="budget_tot_formatted_<!-- TMPL_VAR NAME="budget_id" -->"><!-- TMPL_VAR NAME="budget_amount_formatted"-->&nbsp;</span>
177
            <!--/TMPL_IF -->
178
151
179
        <td align='left'><!-- TMPL_VAR NAME="budget_name_indent"--></td>
180
        <td align='right'><span id='budget_tot_formatted_<!-- TMPL_VAR NAME="budget_id" -->'><!-- TMPL_VAR NAME="budget_amount_formatted"-->&nbsp;</span>
181
152
182
        <!-- NEXT DIV ELEMENT IS USED BY JS FOR CALC-ING AUTO-FILL AND ESTIMATED AMOUNTS -->
153
        <!-- NEXT DIV ELEMENT IS USED BY JS FOR CALC-ING AUTO-FILL AND ESTIMATED AMOUNTS -->
183
        <div style="display:none;" id='budget_tot_<!-- TMPL_VAR NAME="budget_id" -->'><!-- TMPL_VAR NAME="budget_amount"--></div></td>
154
        <div style="display:none;" id="budget_tot_<!-- TMPL_VAR NAME="budget_id" -->"><!-- TMPL_VAR NAME="budget_amount"--></div></td>
184
155
185
        <!-- TMPL_LOOP NAME="lines"	-->
156
        <!-- TMPL_LOOP NAME="lines"	-->
186
            <!-- TMPL_IF NAME="display" -->
157
            <!-- TMPL_IF NAME="display" -->
Lines 191-205 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
191
            <table class="invis" width="100%">
162
            <table class="invis" width="100%">
192
                <tr>
163
                <tr>
193
                    <!-- TMPL_IF Name="show_actual" -->
164
                    <!-- TMPL_IF Name="show_actual" -->
194
                        <td   width="50%"  align="right" ><!-- TMPL_VAR NAME="actual_amount" --></td>
165
                        <td   width="50%"  ><!-- TMPL_VAR NAME="actual_amount" --></td>
195
                    <!--/TMPL_IF -->
166
                    <!--/TMPL_IF -->
196
                <td align="right">
167
                <td>
197
168
198
                <!--TMPL_IF  Name="budget_lock" -->
169
                <!--TMPL_IF  Name="budget_lock" -->
199
                    <!-- TMPL_VAR NAME="estimated_amount" -->&nbsp;
170
                    <!-- TMPL_VAR NAME="estimated_amount" -->&nbsp;
200
                    <input type="hidden" style="text-align: right;"  name='<!-- TMPL_VAR NAME="cell_name"-->' value="<!-- TMPL_VAR NAME="estimated_amount" -->"   />
171
                    <input type="hidden" style="text-align: right;"  name="<!-- TMPL_VAR NAME="cell_name"-->" value="<!-- TMPL_VAR NAME="estimated_amount" -->"   />
201
                <!--TMPL_ELSE -->
172
                <!--TMPL_ELSE -->
202
                    <input type="text" style="text-align: right;  width:90%; " size='6' name='<!-- TMPL_VAR NAME="cell_name"-->'  value="<!-- TMPL_VAR NAME="estimated_amount" -->"  id='budget_<!-- TMPL_VAR NAME="budget_id"--><!-- TMPL_VAR NAME="colnum"-->' class='plan_entry_<!-- TMPL_VAR NAME="budget_id"-->' onchange="calcTotalRow(this);" />
173
                    <input type="text" style="text-align: right;  width:90%; " size="6" name="<!-- TMPL_VAR NAME="cell_name"-->"  value="<!-- TMPL_VAR NAME="estimated_amount" -->"  id="budget_<!-- TMPL_VAR NAME="budget_id"--><!-- TMPL_VAR NAME="colnum"-->" class="plan_entry_<!-- TMPL_VAR NAME="budget_id"-->" onchange="calcTotalRow(this);" />
203
                <!--/TMPL_IF -->
174
                <!--/TMPL_IF -->
204
175
205
                </td></tr>
176
                </td></tr>
Lines 212-243 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
212
            <tr>
183
            <tr>
213
       <!-- TMPL_IF Name="show_actual" -->
184
       <!-- TMPL_IF Name="show_actual" -->
214
            <!-- TMPL_IF NAME="act_negative" -->
185
            <!-- TMPL_IF NAME="act_negative" -->
215
                <td width="50%" align="right" style="color: red;"> 
186
                <td width="50%" style="color: red;">
216
            <!-- TMPL_ELSIF NAME="act_positive" -->
187
            <!-- TMPL_ELSIF NAME="act_positive" -->
217
                <td width="50%" align="right" style="color: green;"> 
188
                <td width="50%" style="color: green;">
218
            <!-- TMPL_ELSE -->
189
            <!-- TMPL_ELSE -->
219
                <td width="50%" align="right">
190
                <td width="50%">
220
            <!--/TMPL_IF -->
191
            <!--/TMPL_IF -->
221
                    <!-- TMPL_VAR NAME="budget_act_remain"-->
192
                    <!-- TMPL_VAR NAME="budget_act_remain"-->
222
        <!-- TMPL_ELSE -->
193
        <!-- TMPL_ELSE -->
223
            <td width="50%" align="right">
194
            <td width="50%">
224
        <!-- /TMPL_IF -->
195
        <!-- /TMPL_IF -->
225
            </td>
196
            </td>
226
197
227
        <!-- TMPL_IF NAME="est_negative" -->
198
        <!-- TMPL_IF NAME="est_negative" -->
228
            <td width="50%"    align="right"  style="color: red;" id='budget_est_<!-- TMPL_VAR NAME="budget_id"-->'> 
199
            <td width="50%" style="color: red;" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
229
        <!-- TMPL_ELSIF NAME="est_positive" -->
200
        <!-- TMPL_ELSIF NAME="est_positive" -->
230
            <td width="50%"    align="right"  style="color: green;" id='budget_est_<!-- TMPL_VAR NAME="budget_id"-->'> 
201
            <td width="50%" style="color: green;" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
231
        <!-- TMPL_ELSE -->
202
        <!-- TMPL_ELSE -->
232
            <td width="50%"    align="right" id='budget_est_<!-- TMPL_VAR NAME="budget_id"-->'> 
203
            <td width="50%" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->"> 
233
        <!--/TMPL_IF --> 
204
        <!--/TMPL_IF --> 
234
                <!-- TMPL_VAR NAME="budget_est_remain"-->&nbsp;    
205
                <!-- TMPL_VAR NAME="budget_est_remain"-->&nbsp;
235
            </td>
206
            </td>
236
            </tr>
207
            </tr>
237
        </table>
208
        </table>
238
        </td>
209
        </td>
239
210
240
        <td align="center">
211
        <td>
241
             <!-- TMPL_UNLESS Name="budget_lock" -->
212
             <!-- TMPL_UNLESS Name="budget_lock" -->
242
                    <input type="button"  onclick="autoFillRow('<!-- TMPL_VAR NAME="budget_id"-->')" value="Auto-fill row"/>
213
                    <input type="button"  onclick="autoFillRow('<!-- TMPL_VAR NAME="budget_id"-->')" value="Auto-fill row"/>
243
            <!-- TMPL_ELSE  -->
214
            <!-- TMPL_ELSE  -->
Lines 249-267 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
249
    </tbody>
220
    </tbody>
250
    </table>
221
    </table>
251
222
252
    <!-- TMPL_IF NAME="show_actual" -->
253
        <span><b>Each cell contain both actual and estimated values.</b></span><br />
254
    <!-- TMPL_ELSE -->
255
        <span><b>Cells contain estimated values only.</b></span><br />
256
    <!-- /TMPL_IF -->
257
    <!-- TMPL_IF name="budget_period_locked" -->
223
    <!-- TMPL_IF name="budget_period_locked" -->
258
        <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled='disabled'/> -->
224
        <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled="disabled"/> -->
259
    <!-- TMPL_ELSE -->
225
    <!-- TMPL_ELSE -->
260
        <input type="button"  onclick="Check(this.form)" value="Save"/>
226
        <fieldset class="action"><input type="button"  onclick="Check(this.form)" value="Save"/></fieldset>
261
    <!-- /TMPL_IF -->
227
    <!-- /TMPL_IF -->
262
228
263
229
264
<div id='hide_div'>
230
<div id="hide_div">
265
    <!-- TMPL_LOOP NAME="authvals_row" -->
231
    <!-- TMPL_LOOP NAME="authvals_row" -->
266
232
267
     <!-- TMPL_UNLESS Name="display" -->
233
     <!-- TMPL_UNLESS Name="display" -->
Lines 274-301 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
274
240
275
</form>
241
</form>
276
242
243
        <!-- TMPL_ELSE     -->
244
<div class="dialog message">No funds to display for this search criteria</div>
245
        <!-- /TMPL_IF  -->
246
247
248
</div>
249
</div>
250
<div class="yui-b">
251
277
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
252
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
278
<fieldset class="rows">
253
<fieldset class="brief">
254
<h4>Filter</h4>
255
256
<ol>
257
    <li>
258
        <label for="authcat"> Select planning type:</label>
259
        <!-- TMPL_VAR NAME="authcat_dropbox" -->
260
    </li>
261
    <li class="radio">
262
    <!-- TMPL_IF NAME="show_mine" -->
263
        <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
264
    <!-- TMPL_ELSE -->
265
        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
266
    <!-- /TMPL_IF -->
267
    <label for="show_mine">Show my funds only</label>
268
    </li>
269
270
    <li class="radio">
271
    <!-- TMPL_IF NAME="show_active" -->
272
        <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
273
    <!-- TMPL_ELSE -->
274
        <input type="checkbox" id="show_active" name="show_active" value="1" />
275
        <!-- /TMPL_IF -->
276
    <label for="show_active">Show active funds only</label>
277
    </li>
278
279
280
    <li class="radio">
281
        <!-- TMPL_IF NAME="show_actual" -->
282
            <input type="checkbox" id="show_actual" name="show_actual" value="1" checked="checked" />
283
        <!-- TMPL_ELSE -->
284
            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
285
        <!-- /TMPL_IF -->
286
        <label for="show_actual">Show actual/estimated values</label>
287
    </li>
288
    </ol>
289
<fieldset class="action">
290
        <input type="submit" name="option_submit" value="Submit" /></fieldset>
291
</fieldset>
292
</form>
293
<!-- TMPL_IF NAME="budget_lines" -->
294
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
295
<h4>Export</h4>
296
<fieldset class="brief">
279
    <ol>
297
    <ol>
280
    <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" />
298
    <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li>
281
    <label class="inline" for="MIME">Into an application
299
    <li><label class="inline" for="MIME">Into an application
282
    </label><!-- TMPL_VAR NAME="CGIextChoice" -->
300
    </label><!-- TMPL_VAR NAME="CGIextChoice" -->
283
    <!-- TMPL_VAR NAME="CGIsepChoice" --> &nbsp;&nbsp;&nbsp;
301
    <!-- TMPL_VAR NAME="CGIsepChoice" --></li>
284
    <input type="submit" value="Output"/>
302
    </ol>
303
    <fieldset class="action">    <input type="submit" value="Submit"/>
285
    <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
304
    <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
286
    <input type="hidden" name="output" value="file" />
305
    <input type="hidden" name="output" value="file" /></fieldset>
287
    </li></ol>
288
    </fieldset>
306
    </fieldset>
289
</form>
307
</form>
308
<!-- /TMPL_IF -->
290
309
291
        <!-- TMPL_ELSE 	-->
292
No funds to display for this search criteria
293
        <!-- /TMPL_IF 	-->
294
295
296
</div>
297
</div>
298
<div class="yui-b">
299
<!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
310
<!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
300
</div>
311
</div>
301
</div>
312
</div>
302
- 

Return to bug 3850