commit a8d99c45d4252f64011a960f95c5dd27a5aab7fa parent a204e62f5468e4d5598dc3dcc890c9e081923c5f Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 16 May 2015 13:15:30 +0200 prepare editing Diffstat:
| M | themes/jumbotron/admin_pages/posts.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/admin_pages/posts.php b/themes/jumbotron/admin_pages/posts.php @@ -16,7 +16,7 @@ echo "<td>$id</td>"; echo "<td>$post_title</td>"; echo "<td></td>"; - echo "<td><a href=\"#\" title=\"Edit\">Edit</a> <span class=\"glyphicon glyphicon-pencil\" aria-hidden=\"true\"></span> | <a href=\"#\" title=\"Delete\">Delete</a> <span class=\"glyphicon glyphicon-trash\" aria-hidden=\"true\"></span></td>"; + echo "<td><button formaction=\"posts.php?function=edit\" title=\"Edit\">Edit</button> <span class=\"glyphicon glyphicon-pencil\" aria-hidden=\"true\"></span> | <button formaction=\"posts.php?function=delete\" title=\"Delete\">Delete</button> <span class=\"glyphicon glyphicon-trash\" aria-hidden=\"true\"></span></td>"; echo "</tr>"; $x = $x+1; $id = $id+1;