Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:facebook/firefox-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
brianking committed Jul 28, 2011
2 parents e62d66a + c8906bd commit 6a9094c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chrome/content/photoupload/createnewalbumdialog.xul
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
<column flex="4"/>
</columns>
<rows>
<row>
<row align="center">
<label value="&upload.albumname.label;"/>
<textbox id="name" onchange="CreateNewAlbumDialog.invalidate();"/>
</row>
<row>
<label value="&upload.album.description.label;"/>
<textbox id="description" multiline="true"/>
</row>
<row>
<row align="center">
<label value="&upload.album.location.label;"/>
<textbox id="location"/>
</row>
<row>
<row align="center">
<label value="&upload.visibleto.label;"/>
<menulist id="visibility">
<menupopup>
Expand Down

0 comments on commit 6a9094c

Please sign in to comment.