| Lines 113-119
          $.widget.bridge('uitooltip', $.ui.tooltip);
      
      
        Link Here | 
        
          | 113 |             "ti,phr": _("Title phrase"), | 113 |             "ti,phr": _("Title phrase"), | 
        
          | 114 |             "se": _("Series"), | 114 |             "se": _("Series"), | 
        
          | 115 |             "se,wrdl": _("Series title"), | 115 |             "se,wrdl": _("Series title"), | 
          
            
              | 116 |             "callnum": _("Call Number"), | 116 |             "callnum": _("Call number"), | 
        
          | 117 |             "location": _("Shelving location"), | 117 |             "location": _("Shelving location"), | 
        
          | 118 |             "au": _("Author"), | 118 |             "au": _("Author"), | 
        
          | 119 |             "au,phr": _("Author phrase"), | 119 |             "au,phr": _("Author phrase"), | 
  
    | Lines 129-149
          $.widget.bridge('uitooltip', $.ui.tooltip);
      
      
        Link Here | 
        
          | 129 |             "sn": _("Standard number"), | 129 |             "sn": _("Standard number"), | 
        
          | 130 |             "nb": _("ISBN"), | 130 |             "nb": _("ISBN"), | 
        
          | 131 |             "ns": _("ISSN"), | 131 |             "ns": _("ISSN"), | 
          
            
              | 132 |             "bc": _("Barcode") | 132 |             "bc": _("Barcode"), | 
            
              |  |  | 133 |             "an": _("Authority number") | 
        
          | 133 |         }; | 134 |         }; | 
        
          | 134 |         var limit_xlate = { | 135 |         var limit_xlate = { | 
          
            
              | 135 |             "mc-itype": _("Type"), | 136 |             "itype": _("Item type"), | 
            
              |  |  | 137 |             "mc-itype": _("Item type"), | 
            
              | 138 |             "location": _("Location"), | 
            
              | 139 |             "mc-loc": _("Location"), | 
            
              | 140 |             "mc-ccode":_("Collection"), | 
        
          | 136 |             "ln": _("Language"), | 141 |             "ln": _("Language"), | 
          
            
              | 137 |             "branch": _("Branch"), | 142 |             "branch": _("Library"), | 
            
              |  |  | 143 |             "holdingbranch": _("Holding library"), | 
            
              | 144 |             "homebranch": _("Home library"), | 
        
          | 138 |             "aud": _("Audience"), | 145 |             "aud": _("Audience"), | 
        
          | 139 |             "l-format": _("Format"), | 146 |             "l-format": _("Format"), | 
          
            
              | 140 |             "ctype": _("Content Type"), | 147 |             "ctype": _("Content type"), | 
            
              |  |  | 148 |             "au": _("Author"), | 
            
              | 149 |             "se": _("Series"), | 
            
              | 150 |             "su-geo": _("Place"), | 
            
              | 151 |             "su-ut": _("Title"), | 
            
              | 152 |             "su-to": _("Topic"), | 
        
          | 141 |             "yr": _("Year") | 153 |             "yr": _("Year") | 
        
          | 142 |         }; | 154 |         }; | 
        
          | 143 |         var limit_qualifier_xlate = { | 155 |         var limit_qualifier_xlate = { | 
        
          | 144 |             "wrdl": "", | 156 |             "wrdl": "", | 
        
          | 145 |             "phr": "", | 157 |             "phr": "", | 
          
            
              | 146 |             "rtrn": "", | 158 |             "rtrn": "*", | 
        
          | 147 |             "st-numeric": "", | 159 |             "st-numeric": "", | 
        
          | 148 |             "ge=": ">=", | 160 |             "ge=": ">=", | 
        
          | 149 |             "le=": "<=" | 161 |             "le=": "<=" |