[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/prog/en/suggestion acceptor
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/prog/en/suggestion acceptorreject.tmpl,NONE,1.1 mail_suggestion_ACCEPTED.tmpl,NONE,1.1 mail_suggestion_AVAILABLE.tmpl,NONE,1.1 mail_suggestion_ORDERED.tmpl,NONE,1.1 mail_suggestion_REJECTED.tmpl,NONE,1.1 |
Date: |
Fri, 22 Jul 2005 09:46:29 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/suggestion
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10614/koha-tmpl/intranet-tmpl/prog/en/suggestion
Added Files:
acceptorreject.tmpl mail_suggestion_ACCEPTED.tmpl
mail_suggestion_AVAILABLE.tmpl mail_suggestion_ORDERED.tmpl
mail_suggestion_REJECTED.tmpl
Log Message:
New programmer templates
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Suggestion Management
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- 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>
<input type="submit" value="Change Status">
</form>
<!-- /TMPL_IF -->
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
--- NEW FILE ---
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" -->
--- NEW FILE ---
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
<!-- TMPL_VAR NAME="LibraryName" -->.
If you have any questions, please email us at <!-- TMPL_VAR name="libemail" -->.
Thank you,
<!-- TMPL_VAR NAME="LibraryName" -->
--- NEW FILE ---
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" -->
--- NEW FILE ---
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" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/prog/en/suggestion acceptorreject.tmpl,NONE,1.1 mail_suggestion_ACCEPTED.tmpl,NONE,1.1 mail_suggestion_AVAILABLE.tmpl,NONE,1.1 mail_suggestion_ORDERED.tmpl,NONE,1.1 mail_suggestion_REJECTED.tmpl,NONE,1.1,
Owen Leonard <=