Commit 000c3a6d0e7e45f8c18e385b203ac6ac1374c4be

Authored by Neil Blakey-Milner
1 parent 5c0f00b9

Add "Previous" button


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3179 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
bin/generate-buttons.php
... ... @@ -5,6 +5,7 @@ function getButtons() {
5 5 "add.png" => _("Add"),
6 6 "cancel.png" => _("Cancel"),
7 7 "next.png" => _("Next"),
  8 + "previous.png" => _("Previous"),
8 9 "back.png" => _("Back"),
9 10 "addcomment.png" => _("Add Comment"),
10 11 "subscribe.png" => _("Subscribe"),
... ...