Changeset 657
- Timestamp:
- 2007-12-04 01:30:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/serverswitcher/chrome/content/bindings.xml
r656 r657 43 43 <binding id="limit" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem"> 44 44 <content> 45 <xul:label anonid="host" xbl:inherits="value=host" class="host" />45 <xul:label anonid="host" xbl:inherits="value=host" class="host" crop="right"/> 46 46 <xul:spacer flex="1"/> 47 47 <xul:menulist anonid="limit" xbl:inherits="value=limit"> sandbox/serverswitcher/chrome/locale/en-US/paneServerSwitcher.dtd
r656 r657 2 2 <!ENTITY ssw.new.title "New Limit"> 3 3 <!ENTITY ssw.del.title "Remove Limit"> 4 <!ENTITY ssw.limits.title " Server limits">4 <!ENTITY ssw.limits.title "Per-Server limits"> sandbox/serverswitcher/chrome/locale/en-US/paneServerSwitcher.properties
r656 r657 1 ssw.new.caption=Create new limit2 ssw.new.desc=Please enter the domain or link to create the new limit for1 ssw.new.caption=Create a new limit 2 ssw.new.desc=Please enter the domain or link to create the new per-server limit for
