removed a whole passel of files that do not need to be tracked in the repository
[kcls-web.git] / opac / skin / craftsman / xml / common / statusbar.xml
diff --git a/opac/skin/craftsman/xml/common/statusbar.xml b/opac/skin/craftsman/xml/common/statusbar.xml
deleted file mode 100644 (file)
index b67a04f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<div id='statusbar' align="right">
-       <table align='right' width='100%'>
-               <tbody>
-                       <tr>
-                               <td align='left' class='title' width='20%' nowrap='nowrap'>
-                                       <b>
-                                       <span style='padding: 1px;' id='now_searching_location'>  </span>
-                                       </b>
-                                       <i id='including_results_for' class='hide_me'>
-                                               <span>&status.results;</span> <b id='including_results_location'> </b>
-                                       </i>
-                               </td>
-                <td align='right' style='padding:4px;'>
-                    <!--#if expr="$OILS_PAGE='rresult.xml' || $OILS_PAGE='mresult.xml'"-->
-                    <!--#include virtual="../result/filtersort.xml" -->
-                    <!--#endif -->
-                </td>
-                       </tr>
-               </tbody>
-       </table>
-       <script language='javascript' type='text/javascript'>
-               config.ids.common.now_searching = 'now_searching_location';
-       </script>
-</div>