summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index bf6df73..4a5ca36 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -135,49 +135,50 @@
135 <spacer flex="1"/> 135 <spacer flex="1"/>
136 <button command="cmd_search"/> 136 <button command="cmd_search"/>
137 </hbox> 137 </hbox>
138 </groupbox> 138 </groupbox>
139 <hbox> 139 <hbox>
140 <button command="cmd_search_prev_page"/> 140 <button command="cmd_search_prev_page"/>
141 <spacer flex="1"/> 141 <spacer flex="1"/>
142 <label id="search_page" hidden="true"/> 142 <label id="search_page" hidden="true"/>
143 <spacer flex="1"/> 143 <spacer flex="1"/>
144 <button command="cmd_search_next_page"/> 144 <button command="cmd_search_next_page"/>
145 </hbox> 145 </hbox>
146 <tree id="searchresults" rows="2" flex="1" 146 <tree id="searchresults" rows="2" flex="1"
147 onselect="fireflix.foundphotos.on_select()" 147 onselect="fireflix.foundphotos.on_select()"
148 ondblclick="fireflix.foundphotos.on_cmd_open(event)" 148 ondblclick="fireflix.foundphotos.on_cmd_open(event)"
149 onkeypress="if(event.keyCode==event.DOM_VK_RETURN) 149 onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
150 fireflix.foundphotos.on_cmd_open(event)"> 150 fireflix.foundphotos.on_cmd_open(event)">
151 <treecols> 151 <treecols>
152 <treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" /> 152 <treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" />
153 </treecols> 153 </treecols>
154 <treechildren/> 154 <treechildren/>
155 </tree> 155 </tree>
156 <groupbox id="searchresult_props" orient="horizontal" hidden="true"> 156 <groupbox id="searchresult_props" orient="horizontal" hidden="true">
157 <vbox width="100" pack="center"> 157 <vbox width="100" pack="center">
158 <hbox pack="center"> 158 <hbox pack="center">
159 <image id="search_photo"/> 159 <image id="search_photo"
160 ondblclick="fireflix.foundphotos.on_cmd_open(event)"/>
160 </hbox> 161 </hbox>
161 </vbox> 162 </vbox>
162 <vbox flex="1"> 163 <vbox flex="1">
163 <label id="searchresult_title" crop="end"/> 164 <label id="searchresult_title" crop="end"/>
164 <hbox flex="1" pack="center"> 165 <hbox flex="1" pack="center">
165 <div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/> 166 <div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/>
166 </hbox> 167 </hbox>
167 <hbox pack="end"> 168 <hbox pack="end">
168 <button command="cmd_search_open"/> 169 <button command="cmd_search_open"/>
169 </hbox> 170 </hbox>
170 </vbox> 171 </vbox>
171 </groupbox> 172 </groupbox>
172 </vbox> 173 </vbox>
173 </tabpanel> 174 </tabpanel>
174 175
175 <tabpanel id="tabpanel_sets" flex="1" 176 <tabpanel id="tabpanel_sets" flex="1"
176 onkeypress="if(event.keyCode==event.DOM_VK_RETURN) 177 onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
177 document.getElementById('setphotos').focus()"> 178 document.getElementById('setphotos').focus()">
178 <vbox flex="1"> 179 <vbox flex="1">
179 <tree id="setslist" rows="2" onselect="fireflix.photosets.on_select()" 180 <tree id="setslist" rows="2" onselect="fireflix.photosets.on_select()"
180 flex="1" context="sets_menu" 181 flex="1" context="sets_menu"
181 > 182 >
182 <treecols> 183 <treecols>
183 <treecol id="sl_name" label="&panel.sets.name.label;" flex="4" crop="end" align="start" tooltiptext="&panel.sets.name.tip;"/> 184 <treecol id="sl_name" label="&panel.sets.name.label;" flex="4" crop="end" align="start" tooltiptext="&panel.sets.name.tip;"/>