summaryrefslogtreecommitdiffabout
path: root/content/fireflix-panel.xul
Unidiff
Diffstat (limited to 'content/fireflix-panel.xul') (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix-panel.xul7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index 0e511c5..aa3dbd6 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -254,9 +254,10 @@
254 </treecols> 254 </treecols>
255 <treechildren/> 255 <treechildren/>
256 </tree> 256 </tree>
257 <progressmeter id="upload_progress" mode="undetermined" hidden="true" /> 257 <progressmeter id="upload_progress" mode="undetermined" hidden="true" />
258 <groupbox id="upload_file_props" orient="horizontal" hidden="true"> 258 <groupbox id="upload_file_props" orient="vertical" hidden="true">
259 <hbox>
259 <image id="upload_file_preview" width="100" height="100" /> 260 <image id="upload_file_preview" width="100" height="100" />
260 <grid flex="1"> 261 <grid flex="1">
261 <columns> 262 <columns>
262 <column/> 263 <column/>
@@ -274,15 +275,17 @@
274 <textbox id="upload_title" 275 <textbox id="upload_title"
275 oninput="fireflix.uploads.propsToSel('title')"/> 276 oninput="fireflix.uploads.propsToSel('title')"/>
276 </row> 277 </row>
277 <row> 278 <row>
278 <label control="uplod_tags" value="&panel.upload_props.tags.label;" /> 279 <label control="upload_tags" value="&panel.upload_props.tags.label;" />
279 <textbox id="upload_tags" 280 <textbox id="upload_tags"
280 oninput="fireflix.uploads.propsToSel('tags')"/> 281 oninput="fireflix.uploads.propsToSel('tags')"/>
281 </row> 282 </row>
282 <!-- TODO: description, public, friend, family --> 283 <!-- TODO: description, public, friend, family -->
283 </rows> 284 </rows>
284 </grid> 285 </grid>
286 </hbox>
287 <description id="upload_failure" hidden="true"/>
285 </groupbox> 288 </groupbox>
286 <hbox> 289 <hbox>
287 <button class="lean" command="cmd_uploads_add" /> 290 <button class="lean" command="cmd_uploads_add" />
288 <spacer flex="1"/> 291 <spacer flex="1"/>