One more minor cosmetic change
authorOwen Leonard <oleonard@myacpl.org>
Mon, 5 Nov 2007 22:43:30 +0000 (16:43 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 6 Nov 2007 12:29:43 +0000 (06:29 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl

index 7fa6b01..eb096c6 100644 (file)
@@ -16,7 +16,7 @@
        <div class="yui-b"><div class="yui-g">
     <h1>An Error has Occurred!</h1>
     <h2>Error 400</h2>
-    <ul>
+    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
     <li>This error means that the link was broken and that the page doesn't exist</li> 
     <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
     <li>Use top menu bar to navigate to another part of Koha.</li>
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
index f62dff3..c9be487 100644 (file)
@@ -16,7 +16,7 @@
        <div class="yui-b"><div class="yui-g">
     <h1>An Error has Occurred!</h1>
     <h2>Error 401</h2>
-    <ul>
+    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that you aren't authorized to view this page</li> 
         <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
index 55946ac..4feab83 100644 (file)
@@ -16,7 +16,7 @@
        <div class="yui-b"><div class="yui-g">
     <h1>An Error has Occurred!</h1>
     <h2>Error 402</h2>
-    <ul>
+    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that the link was broken and that the page doesn't exist</li>     
         <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
index 56ebc86..bf85038 100644 (file)
@@ -16,7 +16,7 @@
        <div class="yui-b"><div class="yui-g">
     <h1>An Error has Occurred!</h1>
     <h2>Error 403</h2>
-    <ul>
+    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
     <li>This error means that the link was broken and that the page doesn't exist</li> 
     <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
     <li>Use top menu bar to navigate to another part of Koha.</li>
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
index 13611e4..0bdf653 100644 (file)
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
index c008e46..95e4da7 100644 (file)
@@ -16,7 +16,7 @@
        <div class="yui-b"><div class="yui-g">
     <h1>An Error has Occurred!</h1>
     <h2>Error 405</h2>
-    <ul>
+    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that the link was broken and that the page doesn't exist</li>     
         <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
index 36ee580..5776325 100644 (file)
@@ -16,7 +16,7 @@
        <div class="yui-b"><div class="yui-g">
     <h1>An Error has Occurred!</h1>
     <h2>Error 500</h2>
-    <ul>
+    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>In Koha this typically means that the Koha team is working on new features</li>    
         <li>Wait while system maintenance is being done or <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
@@ -27,7 +27,7 @@
 <div class="yui-u first">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
        <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
-       <ul><li>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
             <input id="navfindborrower" name="findborrower" type="text" size="10" />
@@ -41,7 +41,7 @@
                <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_borrowers" -->
                <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
+               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
            <label for="navmember">Search:&nbsp;</label>
            <input id="navmember" type="text" size="10" name="member" />
@@ -52,7 +52,7 @@
        <!-- /TMPL_IF -->
                  <!-- TMPL_IF NAME="CAN_user_catalogue" -->
                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
-                               <ul>
+                               <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
                         <input type="hidden" name="idx" value="" />
@@ -72,7 +72,7 @@
 
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
-       <ul>
+       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@@ -83,7 +83,7 @@
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-                       <ul>
+                       <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->