rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 9195aa657c5ee2385b3b0706c4d9b880b48a2dd1
parent 1ff78ea320a340eeb9df91c4257860eee750067d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 21:45:25 +0100

prepare post table

Diffstat:
Mthemes/jumbotron/admin.php | 16++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -215,8 +215,20 @@ foreach($langs as $prio => $lang) { </div> <div class="hide_" id="posts"> - <h2>Posts</h2> - </div> + <h2>Posts</h2> + <table class="table table-striped table-hover"> + <tr> + <th>ID</th> + <th>Title</th> + <th>Short Description</th> + </tr> + <tr> + <td>Eve</td> + <td>Jackson</td> + <td>94</td> + </tr> + </table> + </div> <div class="hide_" id="newpost"> <h2>New Post</h2>