[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/suggestion accep
From: |
Dorian Meid |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/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, 12 May 2005 12:27:08 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/suggestion
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16198/intranet-tmpl/default/de/suggestion
Added Files:
acceptorreject.tmpl mail_suggestion_ACCEPTED.tmpl
mail_suggestion_AVAILABLE.tmpl mail_suggestion_ORDERED.tmpl
mail_suggestion_REJECTED.tmpl
Log Message:
First german contribution to 2.2.2
Thanks to Friedrich
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
<!-- TMPL_IF name="op_else" -->
<h1 class="acquisition">Vorschläge</h1>
<table>
<tr>
<th class="acquisition">Status</th>
<th class="acquisition">Vorschlag</th>
<th class="acquisition">Vorgeschlagen von</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" -->">Akzeptieren</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" -->Exemplar. Jahr:<!-- 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/>verlegt von <!-- 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="ändere Status">
</td>
<td> </td>
<td> </td>
</tr>
</form>
</table>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
--- NEW FILE ---
Sehre geehrter <!-- TMPL_VAR NAME="LibraryName" --> Benutzer, Sie haben
angeregt, daß die Bibliothek <!-- TMPL_VAR name="title" --> erwirbt<!--
TMPL_IF name="author" --> von <!-- 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 ---
Sehre geehrter <!-- TMPL_VAR NAME="LibraryName" --> Benutzer, Sie haben
angeregt, daß die Bibliothek <!-- TMPL_VAR name="title" --> erwirbt<!--
TMPL_IF name="author" --> von <!-- 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" -->
--- NEW FILE ---
Sehre geehrter <!-- TMPL_VAR NAME="LibraryName" --> Benutzer, Sie haben
angeregt, daß die Bibliothek <!-- TMPL_VAR name="title" --> erwirbt<!--
TMPL_IF name="author" --> von <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->.
Wie freuen uns Ihnen mitteilen zu können, daß das Buch bestellt
wurde. Es sollte bald eintreffen. Sie werden umgehend benachrichtigt, wenn es
ausleihbar ist. Sollten Sie Fragen haben, dann mailen Sie bitte an <!--
TMPL_VAR name="libemail" -->. Danke, <!-- TMPL_VAR NAME="LibraryName" -->
--- NEW FILE ---
Sehre geehrter <!-- TMPL_VAR NAME="LibraryName" --> Benutzer, Sie haben
angeregt, daß die Bibliothek <!-- TMPL_VAR name="title" --> erwirbt<!--
TMPL_IF name="author" --> von <!-- 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/default/de/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,
Dorian Meid <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/user userpage.tmpl,NONE,1.1
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/value_builder unimarc_field_100.tmpl,NONE,1.1 unimarc_field_105.tmpl,NONE,1.1 unimarc_field_106.tmpl,NONE,1.1 unimarc_field_110.tmpl,NONE,1.1 unimarc_field_115a.tmpl,NONE,1.1 unimarc_field_115b.tmpl,NONE,1.1 unimarc_field_116.tmpl,NONE,1.1 unimarc_field_117.tmpl,NONE,1.1 unimarc_field_120.tmpl,NONE,1.1 unimarc_field_121a.tmpl,NONE,1.1 unimarc_field_121b.tmpl,NONE,1.1 unimarc_field_122.tmpl,NONE,1.1 unimarc_field_123a.tmpl,NONE,1.1 unimarc_field_123d.tmpl,NONE,1.1 unimarc_field_123e.tmpl,NONE,1.1 unimarc_field_123f.tmpl,NONE,1.1 unimarc_field_123g.tmpl,NONE,1.1 unimarc_field_124a.tmpl,NONE,1.1 unimarc_field_124b.tmpl,NONE,1.1 unimarc_field_124c.tmpl,NONE,1.1 unimarc_field_124d.tmpl,NONE,1.1 unimarc_field_124e.tmpl,NONE,1.1 unimarc_field_124f.tmpl,NONE,1.1 unimarc_field_124g.tmpl,NONE,1.1 unimarc_field_125a.tmpl,NONE,1.1 unimarc_field_125b.tmpl,NONE,1.1 unimarc_field_126a.tmpl,NONE,1.1 unimarc_field_126b.tmpl,NONE,1.1 unimarc_field_127.tmpl,NONE,1.1 unimarc_field_128a.tmpl,NONE,1.1 unimarc_field_128b.tmpl,NONE,1.1 unimarc_field_128c.tmpl,NONE,1.1 unimarc_field_130.tmpl,NONE,1.1 unimarc_field_135a.tmpl,NONE,1.1 unimarc_field_140.tmpl,NONE,1.1 unimarc_field_141.tmpl,NONE,1.1 unimarc_field_210c.tmpl,NONE,1.1 unimarc_field_225a.tmpl,NONE,1.1 unimarc_field_4XX.tmpl,NONE,1.1 unimarc_field_60X.tmpl,NONE,1.1 unimarc_field_700-4.tmpl,NONE,1.1 unimarc_field_700_701_702.tmpl,NONE,1.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/user userpage.tmpl,NONE,1.1
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/value_builder unimarc_field_100.tmpl,NONE,1.1 unimarc_field_105.tmpl,NONE,1.1 unimarc_field_106.tmpl,NONE,1.1 unimarc_field_110.tmpl,NONE,1.1 unimarc_field_115a.tmpl,NONE,1.1 unimarc_field_115b.tmpl,NONE,1.1 unimarc_field_116.tmpl,NONE,1.1 unimarc_field_117.tmpl,NONE,1.1 unimarc_field_120.tmpl,NONE,1.1 unimarc_field_121a.tmpl,NONE,1.1 unimarc_field_121b.tmpl,NONE,1.1 unimarc_field_122.tmpl,NONE,1.1 unimarc_field_123a.tmpl,NONE,1.1 unimarc_field_123d.tmpl,NONE,1.1 unimarc_field_123e.tmpl,NONE,1.1 unimarc_field_123f.tmpl,NONE,1.1 unimarc_field_123g.tmpl,NONE,1.1 unimarc_field_124a.tmpl,NONE,1.1 unimarc_field_124b.tmpl,NONE,1.1 unimarc_field_124c.tmpl,NONE,1.1 unimarc_field_124d.tmpl,NONE,1.1 unimarc_field_124e.tmpl,NONE,1.1 unimarc_field_124f.tmpl,NONE,1.1 unimarc_field_124g.tmpl,NONE,1.1 unimarc_field_125a.tmpl,NONE,1.1 unimarc_field_125b.tmpl,NONE,1.1 unimarc_field_126a.tmpl,NONE,1.1 unimarc_field_126b.tmpl,NONE,1.1 unimarc_field_127.tmpl,NONE,1.1 unimarc_field_128a.tmpl,NONE,1.1 unimarc_field_128b.tmpl,NONE,1.1 unimarc_field_128c.tmpl,NONE,1.1 unimarc_field_130.tmpl,NONE,1.1 unimarc_field_135a.tmpl,NONE,1.1 unimarc_field_140.tmpl,NONE,1.1 unimarc_field_141.tmpl,NONE,1.1 unimarc_field_210c.tmpl,NONE,1.1 unimarc_field_225a.tmpl,NONE,1.1 unimarc_field_4XX.tmpl,NONE,1.1 unimarc_field_60X.tmpl,NONE,1.1 unimarc_field_700-4.tmpl,NONE,1.1 unimarc_field_700_701_702.tmpl,NONE,1.1
- Index(es):