Index: go-back-with-backspace/pages/popup.html |
diff --git a/go-back-with-backspace/pages/popup.html b/go-back-with-backspace/pages/popup.html |
index ff4d6eda8dfdf0b2031f87108af1cf925e9f8f11..be76b3b82cedc826f8a6299ff396e5e0513248f4 100644 |
--- a/go-back-with-backspace/pages/popup.html |
+++ b/go-back-with-backspace/pages/popup.html |
@@ -7,20 +7,27 @@ |
<body> |
<h1 i18n="extensionName"></h1> |
- <div id="current_url"></div> |
- <div> |
- <button i18n="popupAddBlacklist" id="list_edit_button"></button><br> |
- </div> |
+ <button i18n="popupAddBlacklist" id="list-edit-button"></button><br> |
- <div id="messages"> |
- <div id="status"> </div> |
- <div id="file_url_message" hidden> |
- <a href="" i18n="popupFileURL" id="open_extensions"></a> |
- </div> |
+ <div id="file-url-message" hidden> |
+ <a href="" i18n="popupFileURL" id="open-extensions"></a> |
</div> |
- <a href="" i18n="sendFeedback" id="report_page"></a> |
- <a href="" i18n="openOptions" id="open_options"></a> |
+ <div class="bottom-bar"> |
+ <span id="feedback-button"> |
+ <a id="feedback-link" class="image-link"> |
+ <img class="button-image" src="feedback.png" i18n-alt="sendFeedback"> |
+ </a> |
+ </span> |
+ |
+ <span id="status"> </span> |
+ |
+ <span id="options-button"> |
+ <a id="options-link" class="image-link"> |
+ <img class="button-image" src="settings.png" i18n-alt="openOptions"> |
+ </a> |
+ </span> |
+ </div> |
<script src="common.js"></script> |
<script src="popup.js"></script> |