[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se... [rel_3_0]
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se... [rel_3_0] |
Date: |
Mon, 05 Feb 2007 08:47:15 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Branch: rel_3_0
Changes by: Henri-Damien LAURENT <hdl> 07/02/05 08:47:15
Modified files:
koha-tmpl/intranet-tmpl/prog/en/serials: serials-edit.tmpl
Log message:
Bug Fixing : status was not properly saved.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-edit.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.8&r2=1.1.2.9
Patches:
Index: serials-edit.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/Attic/serials-edit.tmpl,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -b -r1.1.2.8 -r1.1.2.9
--- serials-edit.tmpl 26 Jan 2007 20:48:36 -0000 1.1.2.8
+++ serials-edit.tmpl 5 Feb 2007 08:47:15 -0000 1.1.2.9
@@ -116,6 +116,7 @@
<!-- TMPL_LOOP NAME="items" -->
<div id="item<!-- TMPL_VAR NAME="serialid" --><!-- TMPL_VAR
NAME="countitems" -->" class="items">
<!-- TMPL_LOOP NAME="iteminformation" -->
+ <p>
<div id="subfield<!-- TMPL_VAR NAME="serialid" --><!-- TMPL_VAR
NAME="countitems" --><!-- TMPL_VAR NAME="countsubfield" -->" class="subfield">
<label><!-- TMPL_VAR NAME="subfield" --> - <!-- TMPL_IF
name="mandatory" --><b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="marc_lib" --><!--
TMPL_IF name="mandatory" --> *</b><!-- /TMPL_IF --></label>
<!-- TMPL_VAR NAME="marc_value" -->
<input type="hidden" name="itemid" value="<!-- TMPL_VAR
NAME="itemid" -->" />
@@ -124,6 +125,7 @@
<input type="hidden" name="subfield" value="<!-- TMPL_VAR
NAME="subfield" -->" />
<input type="hidden" name="mandatory" value="<!-- TMPL_VAR
NAME="mandatory" -->" />
</div>
+ </p>
<!-- /tmpl_loop -->
<input type="hidden" name="moditem" value="" />
@@ -205,14 +207,15 @@
<tr>
<td colspan="5">
<a id="label<!-- TMPL_VAR NAME="subscriptionid" --><!--TMPL_VAR
Name="serialid"-->" style="color: grey; font-size: 80%; cursor: se-resize;"
onclick="unHideItems('items<!-- TMPL_VAR NAME="subscriptionid" --><!--TMPL_VAR
Name="serialid"-->','label<!-- TMPL_VAR NAME="subscriptionid" --><!--TMPL_VAR
Name="serialid"-->')">
- Items </a>
+ Item</a>
<fieldset style="display:none;" id="items<!-- TMPL_VAR
NAME="subscriptionid" --><!--TMPL_VAR Name="serialid"-->">
<legend><a style="cursor: se-resize;" onclick="HideItems('items<!--
TMPL_VAR NAME="subscriptionid" --><!--TMPL_VAR Name="serialid"-->','label<!--
TMPL_VAR NAME="subscriptionid" --><!--TMPL_VAR Name="serialid"-->')">
- Items</a>
+ Item</a>
</legend>
<div id="cataloguing_additem_itemlist">
<div id="item<!-- TMPL_VAR NAME="serialid" --><!-- TMPL_VAR
NAME="countitems" -->" class="items">
<!-- TMPL_LOOP NAME="iteminformation" -->
+ <p>
<div id="subfield<!-- TMPL_VAR NAME="serialid" --><!-- TMPL_VAR
NAME="countitems" --><!-- TMPL_VAR NAME="countsubfield" -->" class="subfield">
<label><!-- TMPL_VAR NAME="subfield" --> - <!-- TMPL_IF
name="mandatory" --><b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="marc_lib" --><!--
TMPL_IF name="mandatory" --> *</b><!-- /TMPL_IF --></label>
<!-- TMPL_VAR NAME="marc_value" -->
<input type="hidden" name="itemid" value="<!-- TMPL_VAR
NAME="itemid" -->" />
@@ -221,6 +224,7 @@
<input type="hidden" name="subfield" value="<!-- TMPL_VAR
NAME="subfield" -->" />
<input type="hidden" name="mandatory" value="<!-- TMPL_VAR
NAME="mandatory" -->" />
</div>
+ </p>
<!-- /tmpl_loop -->
<input type="hidden" name="moditem" value="" />
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se... [rel_3_0],
Henri-Damien LAURENT <=