[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/suggestion accep
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/suggestion acceptorreject.tmpl,1.1,1.2 mail_suggestion_ACCEPTED.tmpl,1.1,1.2 mail_suggestion_AVAILABLE.tmpl,1.1,1.2 mail_suggestion_ORDERED.tmpl,1.1,1.2 mail_suggestion_REJECTED.tmpl,1.1,1.2 |
Date: |
Mon, 25 Oct 2004 08:43:16 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15761/koha-tmpl/intranet-tmpl/npl/en/suggestion
Modified Files:
acceptorreject.tmpl mail_suggestion_ACCEPTED.tmpl
mail_suggestion_AVAILABLE.tmpl mail_suggestion_ORDERED.tmpl
mail_suggestion_REJECTED.tmpl
Log Message:
Customizing new 2.2 templates
Index: acceptorreject.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion/acceptorreject.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acceptorreject.tmpl 15 Jul 2004 09:44:07 -0000 1.1
--- acceptorreject.tmpl 25 Oct 2004 15:43:13 -0000 1.2
***************
*** 1,51 ****
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
! <div id="mainbloc">
<!-- TMPL_IF name="op_else" -->
! <h1 class="acquisition">Suggestions</h1>
<table>
<tr>
! <th class="acquisition">Status</th>
! <th class="acquisition">Suggestion</th>
! <th class="acquisition">Suggested by</th>
</tr>
- <form method="post"
action="/cgi-bin/koha/suggestion/acceptorreject.pl">
- <input type="hidden" name="op" value="aorr_confirm">
<!-- TMPL_LOOP NAME="suggestions_loop" -->
! <tr>
<td>
<select name="aorr">
! <option value=""></option>
<option value="R<!--TMPL_VAR
name="suggestionid" -->">Reject</option>
<option value="A<!--TMPL_VAR
name="suggestionid" -->">Accept</option>
</select>
</td>
! <td <!-- TMPL_IF name="even"
-->class="hilighted"<!-- /TMPL_IF -->>
! <p><!-- TMPL_VAR NAME="title" --> -
<!-- TMPL_VAR NAME="author" --></p>
! <p>
! <!-- TMPL_IF
name="copyrightdate" -->copy. year:<!-- TMPL_VAR name="copyrightdate" --> <!--
/TMPL_IF -->
! <!-- TMPL_IF name="volumedesc"
-->volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
! <!-- TMPL_IF name="isbn"
-->ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF -->
! <!-- TMPL_IF
name="publishercode" --><br/>published by:<!-- TMPL_VAR name="publishercode"
--> <!-- /TMPL_IF -->
! <!-- TMPL_IF
name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear" --></i>
<!-- /TMPL_IF -->
! <!-- TMPL_IF name="place" -->
at <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF -->
! <!-- TMPL_IF name="note"
--><p><i>(<!-- TMPL_VAR name="copyrightdate" -->)</i></p> <!-- /TMPL_IF -->
</td>
! <td <!-- TMPL_IF name="even"
-->class="hilighted"<!-- /TMPL_IF -->>
<!-- TMPL_VAR name="surnamesuggestedby"
--><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR
name="firstnamesuggestedby" -->
</td>
</tr>
<!-- /TMPL_LOOP -->
! <tr>
! <td>
! <input type="submit" class="button acquisition"
value="change status">
! </td>
! <td> </td>
! <td> </td>
! </tr>
! </form>
! </table>
<!-- /TMPL_IF -->
</div>
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
--- 1,43 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Suggestion Management
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! <div id="main">
<!-- TMPL_IF name="op_else" -->
! <h1>Suggestions Management</h1>
! <form method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
! <input type="hidden" name="op" value="aorr_confirm">
<table>
<tr>
! <th>Status</th>
! <th>Suggestion</th>
! <th>Suggested by</th>
</tr>
<!-- TMPL_LOOP NAME="suggestions_loop" -->
! <tr<!-- TMPL_IF name="even" --> class="highlight"<!--
/TMPL_IF -->>
<td>
<select name="aorr">
! <option value=""> -- Choose
Action --</option>
<option value="R<!--TMPL_VAR
name="suggestionid" -->">Reject</option>
<option value="A<!--TMPL_VAR
name="suggestionid" -->">Accept</option>
</select>
</td>
! <td><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF
NAME="author" -->, by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --><br>
! <!-- TMPL_IF name="copyrightdate"
-->© <!-- TMPL_VAR name="copyrightdate" --> <!-- /TMPL_IF -->
! <!-- TMPL_IF name="volumedesc"
-->; Volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
! <!-- TMPL_IF name="isbn" -->;
ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF --><!-- TMPL_IF
name="publishercode" -->; Published by <!-- TMPL_VAR name="publishercode" -->
<!-- /TMPL_IF --><!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR
name="publicationyear" --></i> <!-- /TMPL_IF --><!-- TMPL_IF name="place" -->
in <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF --><br><!-- TMPL_IF
name="note" --><!-- TMPL VAR NAME="note" --><!-- /TMPL_IF -->
</td>
! <td>
<!-- TMPL_VAR name="surnamesuggestedby"
--><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR
name="firstnamesuggestedby" -->
</td>
</tr>
<!-- /TMPL_LOOP -->
! </table></form>
! <p><input type="submit" class="submit" value="Change
Status"></p>
!
!
<!-- /TMPL_IF -->
</div>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
Index: mail_suggestion_ACCEPTED.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_ACCEPTED.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mail_suggestion_ACCEPTED.tmpl 15 Jul 2004 09:44:07 -0000 1.1
--- mail_suggestion_ACCEPTED.tmpl 25 Oct 2004 15:43:13 -0000 1.2
***************
*** 1,10 ****
! Dear library user,
! You have suggested to the library to buy <!-- TMPL_VAR name="title" --> <!--
TMPL_IF name="author" -->from <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->
! <!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR lib.firstname --> managed
your suggestions today, and found it interesting.
! The document will be bought as soon as possible. You will be warned by mail
when the acquisition will be done, then mailed again when the book arrives at
the library.
! Ask any question to <!-- TMPL_VAR name="libemail" -->
! --
! You library
\ No newline at end of file
--- 1,11 ----
! Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
! You have suggested that the library acquire <!-- TMPL_VAR name="title"
--><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!--
/TMPL_IF -->.
! <!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR lib.firstname --> reviewed
your suggestion today, and found it interesting. The item will be ordered as
soon as possible. You will be notified by mail when the order is completed, and
again when the book arrives at the library.
! If you have any questions, please email us at <!-- TMPL_VAR name="libemail"
-->.
!
! Thank you,
!
! <!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
Index: mail_suggestion_AVAILABLE.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_AVAILABLE.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mail_suggestion_AVAILABLE.tmpl 15 Jul 2004 09:44:07 -0000 1.1
--- mail_suggestion_AVAILABLE.tmpl 25 Oct 2004 15:43:13 -0000 1.2
***************
*** 1,8 ****
! Dear library user,
! You have suggested to the library to buy <!-- TMPL_VAR name="title" --> <!--
TMPL_IF name="author" -->from <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->
! We are glad to inform you that the book is now available at the library.
! --
! You library
\ No newline at end of file
--- 1,11 ----
! Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
! You have suggested that the library acquire <!-- TMPL_VAR name="title"
--><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!--
/TMPL_IF -->.
! We are pleased to inform you that the item is now part of the collection of
the Nelsonville Public Library.
! If you have any questions, please email us at <!-- TMPL_VAR name="libemail"
-->.
!
! Thank you,
!
! <!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
Index: mail_suggestion_ORDERED.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_ORDERED.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mail_suggestion_ORDERED.tmpl 15 Jul 2004 09:44:07 -0000 1.1
--- mail_suggestion_ORDERED.tmpl 25 Oct 2004 15:43:13 -0000 1.2
***************
*** 1,9 ****
! Dear library user,
! You have suggested to the library to buy <!-- TMPL_VAR name="title" --> <!--
TMPL_IF name="author" -->from <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->
! We are glad to inform you that the book has been ordered. It should arrive
soon at the library.
! You will be mailed again when the book is available.
! --
! You library
\ No newline at end of file
--- 1,13 ----
! Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
! You have suggested that the library acquire <!-- TMPL_VAR name="title"
--><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!--
/TMPL_IF -->.
! We are pleased to inform you that the book has now been ordered. It should
arrive soon, at which time it will be processed for addition to the collection.
! You will be notified again when the book is available.
!
! If you have any questions, please email us at <!-- TMPL_VAR name="libemail"
-->
!
! Thank you,
!
! <!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
Index: mail_suggestion_REJECTED.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_REJECTED.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mail_suggestion_REJECTED.tmpl 15 Jul 2004 09:44:07 -0000 1.1
--- mail_suggestion_REJECTED.tmpl 25 Oct 2004 15:43:13 -0000 1.2
***************
*** 1,9 ****
! Dear library user,
! You have suggested to the library to buy <!-- TMPL_VAR name="title" --> <!--
TMPL_IF name="author" -->from <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->
! <!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR lib.firstname --> managed
your suggestions today, and decided to reject it.
! Don't hesitate to ask for more explanations by mailing <!-- TMPL_VAR
name="libemail" -->
! --
! You library
\ No newline at end of file
--- 1,11 ----
! Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
! You have suggested that the library acquire <!-- TMPL_VAR name="title"
--><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!--
/TMPL_IF -->.
! <!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR lib.firstname --> reviewed
your request today, and has decided not to accept the suggestion at this time.
! If you have any questions, please email us at <!-- TMPL_VAR name="libemail"
-->.
!
! Thank you,
!
! <!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/suggestion acceptorreject.tmpl,1.1,1.2 mail_suggestion_ACCEPTED.tmpl,1.1,1.2 mail_suggestion_AVAILABLE.tmpl,1.1,1.2 mail_suggestion_ORDERED.tmpl,1.1,1.2 mail_suggestion_REJECTED.tmpl,1.1,1.2,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.17,1.18 opac-search.tmpl,1.8,1.9
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.tmpl,1.3,1.4 search.tmpl,1.4,1.5
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.17,1.18 opac-search.tmpl,1.8,1.9
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.tmpl,1.3,1.4 search.tmpl,1.4,1.5
- Index(es):