make button and help more user friendly

This commit is contained in:
phil 2015-04-27 21:50:51 +00:00
parent 5c8fa829df
commit 0324bac7ee
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<p>&nbsp;</p>
<div id="timestamp">
<form action="generate" method="GET">
<button type="submit" class="btn btn-default">Generate current timestamp</button>
<button type="submit" class="btn btn-default">Insert current timestamp</button>
</form>
</div>
<form action="submit" method="GET">

View File

@ -12,6 +12,6 @@
<dt><strong>Line break</strong></dt>
<dd>Force\\Linebreak</dd>
<dt><strong>Howto</strong></dt>
<dd>1. Press "Generate current timestamp" button to insert the current timestamp<br/>2. Choose a title<br/>3. Create some content<br/>4. Press "Create" button to publish to frontpage</dd>
<dd>1. Press "Insert current timestamp" button<br/>2. Choose an optional title<br/>3. Create some content<br/>4. Press "Create" button to publish content</dd>
</dl>
</div>