Skip to content

Commit

Permalink
rename new-post-box to post-box, to fit the proto
Browse files Browse the repository at this point in the history
  • Loading branch information
pysailor committed Mar 11, 2015
1 parent a1708f1 commit 4668bf2
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -104,7 +104,7 @@
<p class="content-mirror"><span class="text"><em class="placeholder" id="mirror" tal:attributes="id string:mirror-${thread_id}">Leave a comment</em></span><em class="selected-users"></em><em class="selected-tags"></em></p>
<textarea placeholder="Leave a comment"
class="pat-content-mirror pat-switch"
data-pat-switch="#new-post-box status-inactive status-active"
data-pat-switch="#post-box status-inactive status-active"
data-pat-content-mirror="target: #mirror"
tal:attributes="data-pat-switch string:#${form_id} status-inactive status-active;
data-pat-content-mirror string:target: #mirror-${thread_id}"
Expand All @@ -128,13 +128,13 @@
<br>
<button
class="pat-switch close-panel"
data-pat-switch="#new-post-box status-* status-inactive"
data-pat-switch="#post-box status-* status-inactive"
tal:attributes="data-pat-switch string:#${form_id} status-* status-inactive"
type="submit"
name="form.buttons.statusupdate">Post</button>
<button
class="pat-switch close-panel"
data-pat-switch="#new-post-box status-* status-inactive"
data-pat-switch="#post-box status-* status-inactive"
tal:attributes="data-pat-switch string:#${form_id} status-* status-inactive"
type="reset">Cancel</button>

Expand Down

0 comments on commit 4668bf2

Please sign in to comment.