Hi Liz,

I've pushed this patch and your second patch, so welcome to the ranks
of Koha committers.

Regards,

Galen

On Wed, Apr 29, 2009 at 12:22 PM, Liz Rea <[email protected]> wrote:
> From: Liz Rea <[email protected]>
>
> ---
>  .../prog/en/modules/members/mancredit.tmpl         |    2 +-
>  .../prog/en/modules/members/maninvoice.tmpl        |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tmpl 
> b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tmpl
> index ec5caec..d6ea3f4 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tmpl
> @@ -36,7 +36,7 @@
>  </select></li>
>        <li><label for="barcode">Barcode: </label><input type="text" 
> name="barcode" id="barcode" /></li>
>        <li><label for="desc">Description: </label><input type="text" 
> name="desc" size="50" id="desc" /></li>
> -       <li><label for="amount">Amount: </label><input type="text" 
> name="amount" id="amount" /></li>
> +       <li><label for="amount">Amount: </label><input type="text" 
> name="amount" id="amount" /> Example: 5.00</li>
>  </ol></fieldset>
>
>  <fieldset class="action"><input type="submit" name="add" value="Add Credit" 
> /> <a class="cancel" 
> href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR 
> NAME="borrowernumber" -->">Cancel</a></fieldset>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tmpl 
> b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tmpl
> index 4e09143..acf2103 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tmpl
> @@ -43,7 +43,7 @@
>  </select></li>
>        <li><label for="barcode">Barcode: </label><input type="text" 
> name="barcode" id="barcode" /></li>
>        <li><label for="desc">Description: </label><input type="text" 
> name="desc" id="desc" size="50" /></li>
> -       <li><label for="amount">Amount: </label><input type="text" 
> name="amount" id="amount" /></li>
> +       <li><label for="amount">Amount: </label><input type="text" 
> name="amount" id="amount" /> Example: 5.00</li>
>        </ol></fieldset>
>  <fieldset class="action"><input type="submit" name="add" value="Save" /> <a 
> class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- 
> TMPL_VAR NAME="borrowernumber" -->">Cancel</a></fieldset>
>  </form>
> --
> 1.5.6.5
>
> _______________________________________________
> Koha-patches mailing list
> [email protected]
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
[email protected]
p: 1-888-564-2457 x709
skype: gmcharlt
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to