Skip to content

Commit

Permalink
acl
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Nov 23, 2013
1 parent 56d2618 commit f0941bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/title.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id='pad_title'>
<div id='title'><h1>Untitled Pad</h1></div>
<input id='input_title'>
<div id='edit_title'>Edit</div>
<div id='edit_title' class='acl-write'>Edit</div>
<div id='save_title'><button>OK</button></div>
</div>

Expand Down Expand Up @@ -30,6 +30,11 @@
display:none;
cursor:pointer;
}
@media print{
#edit_title, #save_title{
display:none;
}
}
</style>

<script src="../static/js/jquery.js"></script>
Expand Down

0 comments on commit f0941bf

Please sign in to comment.