chiark / gitweb /
add some hrs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 4 Sep 2012 20:12:04 +0000 (21:12 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 4 Sep 2012 20:12:04 +0000 (21:12 +0100)
mason/main

index ac49c50ccbfa35592dd2fa359a02eceff88a63f1..4e98c172f9cb21c85203777e0a4722f701a42a64 100755 (executable)
@@ -39,6 +39,7 @@ $sth->execute();
 % }
 </table>
 
+<hr>
 <h2>Outbound messages</h2>
 <%perl>
 $sth = $dbh->prepare("SELECT * FROM texts ORDER BY desc");
@@ -65,6 +66,7 @@ $sth->execute();
 
 <input type="submit" name="t<% $row->{'textid'} %>"
    value="Edit or configure this message">
+<hr>
 % }
 <h3>Add new message</h3>
 <input type="submit" name="create"