koha-cvs
[Top][All Lists]
Advanced

[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: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/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: Thu, 15 Jul 2004 02:44:10 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29905/koha-tmpl/intranet-tmpl/default/en/suggestion

Added Files:
        acceptorreject.tmpl mail_suggestion_ACCEPTED.tmpl 
        mail_suggestion_AVAILABLE.tmpl mail_suggestion_ORDERED.tmpl 
        mail_suggestion_REJECTED.tmpl 
Log Message:
Acquisition & Suggestion :
* acquisition rewritte : create a aqbasket table to deal with "bookseller order 
header".
* add "close basket" feature : a closed basket can't be modified
* suggestion feature : manage suggestions in acquisition (after suggestion 
filled in OPAC)

--- NEW FILE ---
<!-- 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> &nbsp; </td>
                        <td> &nbsp; </td>
                </tr>
                </form>
        </table>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->

--- NEW FILE ---
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
--- NEW FILE ---
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
--- NEW FILE ---
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
--- NEW FILE ---
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]