Chromium Code Reviews| Index: chrome/browser/resources/options/content_settings_exceptions_area.html |
| diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..19cb5a46b49488615b6113e9aef2f8ef9fe2d72d |
| --- /dev/null |
| +++ b/chrome/browser/resources/options/content_settings_exceptions_area.html |
| @@ -0,0 +1,56 @@ |
| +<div class="page hidden" id="contentSettingsExceptionsArea"> |
| + <h1></h1> |
|
stuartmorgan
2010/12/21 17:25:44
Why is this empty?
Evan Stade
2010/12/21 19:54:08
the inner text is updated depending on which of th
|
| + |
| + <div id="exceptionColumnHeaders"> |
| + <span id="exceptionPatternColumn">Pattern</span> |
| + <span id="exceptionBehaviorColumn">Behavior</span> |
| + </div> |
| + |
| + <div contentType="cookies"> |
| + <list mode="normal"></list> |
| + <div> |
| + <span i18n-content="otr_exceptions_explanation"></span> |
| + <list mode="otr"></list> |
| + </div> |
| + </div> |
| + |
| + <div contentType="images"> |
| + <list mode="normal"></list> |
| + <div> |
| + <span i18n-content="otr_exceptions_explanation"></span> |
| + <list mode="otr"></list> |
| + </div> |
| + </div> |
| + |
| + <div contentType="javascript"> |
| + <list mode="normal"></list> |
| + <div> |
| + <span i18n-content="otr_exceptions_explanation"></span> |
| + <list mode="otr"></list> |
| + </div> |
| + </div> |
| + |
| + <div contentType="plugins"> |
| + <list mode="normal"></list> |
| + <div> |
| + <span i18n-content="otr_exceptions_explanation"></span> |
| + <list mode="otr"></list> |
| + </div> |
| + </div> |
| + |
| + <div contentType="popups"> |
| + <list mode="normal"></list> |
| + <div> |
| + <span i18n-content="otr_exceptions_explanation"></span> |
| + <list mode="otr"></list> |
| + </div> |
| + </div> |
| + |
| + <div contentType="location"> |
| + <list mode="normal"></list> |
| + </div> |
| + |
| + <div contentType="notifications"> |
| + <list mode="normal"></list> |
| + </div> |
| +</div> |