summaryrefslogtreecommitdiffabout
path: root/content/fireflix-panel.xul
Unidiff
Diffstat (limited to 'content/fireflix-panel.xul') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul57
1 files changed, 30 insertions, 27 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
@@ -255,33 +255,36 @@
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 <image id="upload_file_preview" width="100" height="100" /> 259 <hbox>
260 <grid flex="1"> 260 <image id="upload_file_preview" width="100" height="100" />
261 <columns> 261 <grid flex="1">
262 <column/> 262 <columns>
263 <column flex="1"/> 263 <column/>
264 </columns> 264 <column flex="1"/>
265 <rows> 265 </columns>
266 <row> 266 <rows>
267 <label control="upload_filename" 267 <row>
268 value="&panel.upload_props.filename.label;" /> 268 <label control="upload_filename"
269 <textbox id="upload_filename" 269 value="&panel.upload_props.filename.label;" />
270 oninput="fireflix.uploads.propsToSel('filename')"/> 270 <textbox id="upload_filename"
271 </row> 271 oninput="fireflix.uploads.propsToSel('filename')"/>
272 <row> 272 </row>
273 <label control="upload_title" value="&panel.upload_props.title.label;" /> 273 <row>
274 <textbox id="upload_title" 274 <label control="upload_title" value="&panel.upload_props.title.label;" />
275 oninput="fireflix.uploads.propsToSel('title')"/> 275 <textbox id="upload_title"
276 </row> 276 oninput="fireflix.uploads.propsToSel('title')"/>
277 <row> 277 </row>
278 <label control="uplod_tags" value="&panel.upload_props.tags.label;" /> 278 <row>
279 <textbox id="upload_tags" 279 <label control="upload_tags" value="&panel.upload_props.tags.label;" />
280 oninput="fireflix.uploads.propsToSel('tags')"/> 280 <textbox id="upload_tags"
281 </row> 281 oninput="fireflix.uploads.propsToSel('tags')"/>
282 <!-- TODO: description, public, friend, family --> 282 </row>
283 </rows> 283 <!-- TODO: description, public, friend, family -->
284 </grid> 284 </rows>
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" />