Bug 826552 - Add an indicator for the title (Bookmarks, History, Remote tabs) on snapped start page. r=rsilveira

This commit is contained in:
Allison Naaktgeboren 2013-06-12 20:46:44 -04:00
parent d3e2deffa4
commit add5260ea9
2 changed files with 13 additions and 10 deletions

View File

@ -197,18 +197,15 @@
<richgrid id="start-topsites-grid" rows="3" columns="3" seltype="multiple" flex="1"/>
</vbox>
<vbox id="start-bookmarks" class="meta-section">
<label class="meta-section-title" value="&startBookmarksHeader.label;"
onclick="PanelUI.show('bookmarks-container');"/>
<label class="meta-section-title" value="&startBookmarksHeader.label;"/>
<richgrid id="start-bookmarks-grid" seltype="multiple" flex="1"/>
</vbox>
<vbox id="start-history" class="meta-section">
<label class="meta-section-title" value="&startHistoryHeader.label;"
onclick="PanelUI.show('history-container');"/>
<label class="meta-section-title" value="&startHistoryHeader.label;"/>
<richgrid id="start-history-grid" seltype="multiple" flex="1"/>
</vbox>
<vbox id="start-remotetabs" class="meta-section">
<label class="meta-section-title" value="&startRemoteTabsHeader.label;"
onclick="PanelUI.show('remotetabs-container');"/>
<label class="meta-section-title" value="&startRemoteTabsHeader.label;"/>
<richgrid id="start-remotetabs-grid" seltype="multiple" flex="1"/>
</vbox>
</scrollbox>
@ -220,9 +217,9 @@
<label class="meta-section-title" value="&startTopSitesHeader.label;"/>
<richgrid id="snapped-topsites-grid" class="canSnapTiles" rows="8" columns="1" flex="1"/>
</vbox>
<label class="meta-section-title" value="&startBookmarksHeader.label;"
<label class="meta-section-title" value="&snappedBookmarksHeader.label;"
onclick="PanelUI.show('bookmarks-container');"/>
<label class="meta-section-title" value="&startHistoryHeader.label;"
<label class="meta-section-title" value="&snappedHistoryHeader.label;"
onclick="PanelUI.show('history-container');" inputProcessing="true"/>
<label id="snappedRemoteTabsLabel" class="meta-section-title" value="&snappedRemoteTabsHeader.label;"
onclick="PanelUI.show('remotetabs-container');" inputProcessing="true"/>
@ -259,7 +256,6 @@
<menuitem label="&bookmarksHeader.label;" value="bookmarks-container" id="menuitem-bookmarks"/>
<menuitem label="&startHistoryHeader.label;" value="history-container" id="menuitem-history"/>
<menuitem label="&startRemoteTabsHeader.label;" value="remotetabs-container" id="menuitem-remotetabs"/>
<menuitem label="&downloadsHeader.label;" value="downloads-container" id="menuitem-downloads"/>
<menuitem label="&consoleHeader.label;" value="console-container" id="menuitem-console"/>
</menupopup>
</menulist>

View File

@ -17,9 +17,16 @@
<!ENTITY startBookmarksHeader.label "Bookmarks">
<!ENTITY startHistoryHeader.label "Recent History">
<!ENTITY startRemoteTabsHeader.label "Tabs from Other Devices">
<!-- LOCALIZATION NOTE (snappedRemoteTabsHeader.label): shortened version of startRemoteTabsHeader.label.
Needs to be two words or shorter to fit in narrow vertical space.-->
<!ENTITY snappedRemoteTabsHeader.label "Remote Tabs">
<!-- LOCALIZATION NOTE (snappedRemoteTabsHeader.label,
snappedBookmarksHeader.label,
snappedHistoryHeader.lavel )
The '>' character is not part of the name, but is an indicator of more content. Please do not localize the '>' -->
<!ENTITY snappedRemoteTabsHeader.label "Remote Tabs >">
<!ENTITY snappedBookmarksHeader.label "Bookmarks >">
<!ENTITY snappedHistoryHeader.label "Recent History >">
<!ENTITY autocompleteResultsHeader.label "Your Results">
<!ENTITY autocompleteSearchesHeader.label "Internet Searches">