diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-12 15:52:08 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-12 15:52:08 -0300 |
commit | 57804e82978727001fc62e5b1106d69531a9cd97 (patch) | |
tree | 770756414046565af864487a0020f2ef7be8df0a /templates/news/add.html | |
parent | 37075e5f3423a69fec03faf31ce2133c55374dfc (diff) | |
parent | f6464da0e14047e9db803f4b40c18ba644e75f24 (diff) |
Merge branch 'master' of git://projects.archlinux.org/archweb
Conflicts:
templates/packages/packages_list.html
templates/public/index.html
Diffstat (limited to 'templates/news/add.html')
-rw-r--r-- | templates/news/add.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/news/add.html b/templates/news/add.html index 0534826c..fd75253c 100644 --- a/templates/news/add.html +++ b/templates/news/add.html @@ -23,14 +23,14 @@ <p> <label></label> <input title="Save changes" type="submit" value="Save" /> - <input id="previewbtn" title="Preview" type="button" value="Preview" /> + <input id="news-preview-button" title="Preview" type="button" value="Preview" /> </p> </form> </div> -<div class="news-article box" style="display:none;"> - <h2>News Preview: <span id="previewtitle"></span></h2> - <div id="previewdata" class="article-content"></div> +<div id="news-preview" class="news-article box" style="display:none;"> + <h2>News Preview: <span id="news-preview-title"></span></h2> + <div id="news-preview-data" class="article-content"></div> </div> {% load cdn %}{% jquery %} <script type="text/javascript" src="/media/archweb.js"></script> |