[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 su...
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials su... |
Date: |
Wed, 23 May 2007 20:00:28 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Changes by: Henri-Damien LAURENT <hdl> 07/05/23 20:00:28
Modified files:
koha-tmpl/intranet-tmpl/prog/en/serials: subscription-add.tmpl
subscription-detail.tmpl
Log message:
Changing pattern Number to Number only.
putting | together with create Biblio link.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl?cvsroot=koha&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl?cvsroot=koha&r1=1.7&r2=1.8
Patches:
Index: subscription-add.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- subscription-add.tmpl 22 May 2007 09:13:58 -0000 1.7
+++ subscription-add.tmpl 23 May 2007 20:00:28 -0000 1.8
@@ -676,8 +676,8 @@
<td>
<input type="text" name="biblionumber" value="<!-- TMPL_VAR
name="biblionumber" -->" size="8">
(<input type="text" name="title" value="<!-- TMPL_VAR
name="bibliotitle" -->" disabled readonly>)
- <a href="#" onClick="Plugin(f)">Search for Biblio</a> |
- <!--TMPL_UNLESS Name="mod"--><a
href="/cgi-bin/koha/cataloguing/addbiblio.pl">Create
Biblio</a><!--/TMPL_UNLESS-->
+ <a href="#" onClick="Plugin(f)">Search for Biblio</a>
<!--TMPL_UNLESS Name="mod"--> |
+ <a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Create
Biblio</a><!--/TMPL_UNLESS-->
</td>
</tr>
<tr>
Index: subscription-detail.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-detail.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- subscription-detail.tmpl 22 May 2007 09:13:58 -0000 1.7
+++ subscription-detail.tmpl 23 May 2007 20:00:28 -0000 1.8
@@ -140,7 +140,7 @@
<div id="action">
<a href="subscription-add.pl?op=mod&subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->">Edit</a>
<a href="subscription-add.pl?op=dup&subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->">Duplicate </a>
- <a href="subscription-renew.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->">Renew</a>
+ <a href="subscription-renew.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->">Renew </a>
<a href="serials-edit.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->&serstatus=1">Receive</a>
<a href="serials-collection.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->">Serial Collection</a>
<!-- TMPL_IF NAME="routing" -->
@@ -213,7 +213,7 @@
</p>
<p><label>Number Pattern:</label>
<!-- TMPL_IF name="numberpattern1" -->
- Number
+ Number only
<!-- /TMPL_IF -->
<!-- TMPL_IF name="numberpattern2" -->
Volume, Number, Issue
@@ -235,7 +235,7 @@
<!-- /TMPL_IF -->
</p>
<table>
- <tr><td><p><label>Starting with:</label></p></td>
+ <tr><td><p>Starting with:</p></td>
<td align="center"><!--TMPL_VAR NAME="lastvalue1"--></td>
<!--TMPL_IF NAME="lastvalue2"-->
<td align="center">
@@ -248,7 +248,7 @@
</td>
<!--/TMPL_IF-->
</tr>
- <tr><td><p><label>Rollover:</label></p></td>
+ <tr><td><p>Rollover:</p></td>
<td align="center"> </td>
<!--TMPL_IF NAME="whenmorethan2"-->
<td align="center">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials su...,
Henri-Damien LAURENT <=