From: Paul Poulain <[email protected]> --- .../prog/en/modules/admin/admin-home.tmpl | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl index ce940b2..5fda692 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl @@ -30,14 +30,10 @@ <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> <h3>Basic parameters</h3> <dl> - <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries and groups</a></dt> - <dd>Define libraries and groups.</dd> - <dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and budgets</a></dt> - <dd>Funds and budgets administration for acquisitions.</dd> - <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt> - <dd>Define currencies and exchange rates used for acquisitions.</dd> - <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt> - <dd>Define item types used for circulation rules.</dd> + <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries, branches and groups</a></dt> + <dd>Define libraries, branches and groups.</dd> + <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types and circulation codes</a></dt> + <dd>Define item types and circulation codes used for circulation rules.</dd> </dl> <h3>Patrons and circulation</h3> -- 1.6.0.4 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
