[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollec
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.8,1.9 subscription-add.tmpl,1.10,1.11 subscription-detail.tmpl,1.11,1.12 |
Date: |
Thu, 22 Sep 2005 08:34:20 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11296/koha-tmpl/intranet-tmpl/default/en/bull
Modified Files:
statecollection.tmpl subscription-add.tmpl
subscription-detail.tmpl
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of
biblionumber everywhere (instead of bn, biblio, ...)
Index: statecollection.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** statecollection.tmpl 24 Aug 2005 08:49:03 -0000 1.8
--- statecollection.tmpl 22 Sep 2005 15:34:17 -0000 1.9
***************
*** 72,76 ****
</td>
<td>
! <input type="text" name="notes" value="<!--
TMPL_VAR name="notes" -->" size=10 maxlength=15>
</td>
</tr>
--- 72,76 ----
</td>
<td>
! <input type="text" name="notes" value="<!--
TMPL_VAR name="notes" -->" size=20 maxlength=255>
</td>
</tr>
Index: subscription-add.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/subscription-add.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** subscription-add.tmpl 4 Aug 2005 08:54:55 -0000 1.10
--- subscription-add.tmpl 22 Sep 2005 15:34:17 -0000 1.11
***************
*** 19,34 ****
<p><label class="label100">Biblio</label><input type="text"
name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size=4>
(<input type="text" name="title" value="<!-- TMPL_VAR name="bibliotitle" -->"
disabled readonly>)<a href="#" onClick="Plugin(f)">...</a></p>
<p><label class="label100">Notes</label><textarea name="notes"
cols="30" rows="2"><!-- TMPL_VAR name="notes" --></textarea></p>
! <p><label class="label100">Enable issue alert</label>
! <select name="letter">
! <option value=""></option>
! <!-- TMPL_LOOP name="letters" -->
! <!-- TMPL_IF name="selected" -->
! <option value="<!-- TMPL_VAR
name="code" -->" selected><!-- TMPL_VAR name="name" --></option>
! <!-- TMPL_ELSE -->
! <option value="<!-- TMPL_VAR
name="code" -->"><!-- TMPL_VAR name="name" --></option>
! <!-- /TMPL_IF -->
! <!-- /TMPL_LOOP -->
! </select>
! </p>
<p class="problem">warning</p>
<ul>
--- 19,36 ----
<p><label class="label100">Biblio</label><input type="text"
name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size=4>
(<input type="text" name="title" value="<!-- TMPL_VAR name="bibliotitle" -->"
disabled readonly>)<a href="#" onClick="Plugin(f)">...</a></p>
<p><label class="label100">Notes</label><textarea name="notes"
cols="30" rows="2"><!-- TMPL_VAR name="notes" --></textarea></p>
! <!-- TMPL_IF name="letters" -->
! <p><label class="label100">Enable issue alert</label>
! <select name="letter">
! <option value=""></option>
! <!-- TMPL_LOOP name="letters" -->
! <!-- TMPL_IF name="selected" -->
! <option value="<!--
TMPL_VAR name="code" -->" selected><!-- TMPL_VAR name="name" --></option>
! <!-- TMPL_ELSE -->
! <option value="<!--
TMPL_VAR name="code" -->"><!-- TMPL_VAR name="name" --></option>
! <!-- /TMPL_IF -->
! <!-- /TMPL_LOOP -->
! </select>
! </p>
! <!-- /TMPL_IF -->
<p class="problem">warning</p>
<ul>
Index: subscription-detail.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/subscription-detail.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** subscription-detail.tmpl 5 Aug 2005 14:47:24 -0000 1.11
--- subscription-detail.tmpl 22 Sep 2005 15:34:17 -0000 1.12
***************
*** 4,8 ****
<h1 class="bull">Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
<a href="subscription-add.pl?op=mod&subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->" class="button bull" title="Modify
subscription">Edit</a>
! <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->" class="button bull" title="Recieve
issues">Receive</a>
<a href="serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"
class="button bull" title="All issues on this title">Issue history</a>
<a href="/cgi-bin/koha/bull-home.pl?biblionumber=<!-- TMPL_VAR
name="biblionumber" -->" class="button bull" title="all subscriptions on <!--
TMPL_VAR name="bibliotitle" -->">Subscriptions</a>
--- 4,9 ----
<h1 class="bull">Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
<a href="subscription-add.pl?op=mod&subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->" class="button bull" title="Modify
subscription">Edit</a>
! <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->" class="button bull" title="Recieve issues">Receive
issues</a>
! <a href="distribution.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid"
-->" class="button bull" title="Recieve issues">Define distribution</a>
<a href="serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"
class="button bull" title="All issues on this title">Issue history</a>
<a href="/cgi-bin/koha/bull-home.pl?biblionumber=<!-- TMPL_VAR
name="biblionumber" -->" class="button bull" title="all subscriptions on <!--
TMPL_VAR name="bibliotitle" -->">Subscriptions</a>
***************
*** 29,35 ****
<label class="label100">Issue alert with
letter:</label><!-- TMPL_VAR name="letter" -->
<!-- TMPL_ELSE -->
! <label class="label100">Borrowers can't
subscribe to issue alerts</label>
<!-- /TMPL_IF -->
</p>
</div>
<div id="bloc25">
--- 30,38 ----
<label class="label100">Issue alert with
letter:</label><!-- TMPL_VAR name="letter" -->
<!-- TMPL_ELSE -->
! Borrowers can't subscribe to issue alerts
<!-- /TMPL_IF -->
</p>
+ <p><label>Distributed to</label></p>
+ <p><!-- TMPL_IF name="distributedto" --></p>
</div>
<div id="bloc25">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.8,1.9 subscription-add.tmpl,1.10,1.11 subscription-detail.tmpl,1.11,1.12,
Paul POULAIN <=