[Koha-patches] [PATCH] Usability change: Added example of 5.00 to fines/manual credit and fines/manual invoice to remind folks that they do not have to add the dollar sign (or other international money symbol) before the amount.

Galen Charlton galen.charlton at liblime.com
Thu Apr 30 00:04:59 CEST 2009


[This time with correct email address --gmc]

On Wed, Apr 29, 2009 at 6:03 PM, Galen Charlton
<galen.charlton at liblime.com> wrote:
> 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 <liz at nekls.org> wrote:
>> From: Liz Rea <lrea at nekls.org>
>>
>> ---
>>  .../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
>> Koha-patches at lists.koha.org
>> http://lists.koha.org/mailman/listinfo/koha-patches
>>
>
>
>
> --
> Galen Charlton
> VP, Research & Development, LibLime
> galen.charlton at liblime.com
> p: 1-888-564-2457 x709
> skype: gmcharlt
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list