blob: 9d1d4f784e7b00c3d3768a3016fc81a1cce05766 [file] [log] [blame]
Jamie Gennis66a37682013-07-15 18:29:18 -07001<!--
2Copyright (c) 2013 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5-->
6
7<template id="view-category-filter-dialog-template">
8 <div class="category-filter-dialog">
9 Select active categories:
10 <form class="category-filter-dialog-form">
11 <div class="categories">
12 </div>
13 </form>
14 </div>
15</template>