removed a whole passel of files that do not need to be tracked in the repository
[kcls-web.git] / opac / skin / craftsman / xml / result / filtersort.xml
diff --git a/opac/skin/craftsman/xml/result/filtersort.xml b/opac/skin/craftsman/xml/result/filtersort.xml
deleted file mode 100644 (file)
index 2057fdf..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<span>
-       <table>
-               <tr>
-                       <td nowrap='nowrap'><label>&result.limit2avail;</label></td>
-                       <td class='checkbox' style='padding-right: 5px;'><input type='checkbox' id='opac.result.limit2avail' onclick='searchBarSubmit(true);' />&nbsp;</td>
-                       <td><select id='opac.result.sort' onchange='searchBarSubmit(true);'>
-                               <option selected='selected' value=''>&result.sort_by;</option>
-                               <optgroup label='&result.sort_by.title;'>
-                                       <option id='opac.result.title.a2z' label='&common.a2z.titla;' value='title.asc'>&common.a2z.title;</option>
-                                       <option id='opac.result.title.z2a' label='&common.z2a.titla;' value='title.desc'>&common.z2a.title;</option>
-                               </optgroup>
-                               <optgroup label='&result.sort_by.author;'>
-                                       <option id='opac.result.author.a2z' label='&common.a2z.author;' value='author.asc'>&common.a2z.author;</option>
-                                       <option id='opac.result.author.z2a' label='&common.z2a.author;' value='author.desc'>&common.z2a.author;</option>
-                               </optgroup>
-                               <optgroup label='&result.sort_by.pubdate;'>
-                                       <option id='opac.result.pubdate.new2old' label='&common.new2old.pubdate;' 
-                                               value='pubdate.desc'>&common.new2old.pubdate;</option>
-                                       <option id='opac.result.pubdate.old2new' label='&common.old2new.pubdate;' 
-                                               value='pubdate.asc'>&common.old2new.pubdate;</option>
-                               </optgroup>
-                       </select></td>
-               </tr>
-       </table>
-</span>
\ No newline at end of file