diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-24 21:56:35 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-24 21:56:35 +0000 |
commit | c8c61b7f3af2cf48ee72b3b3fe9fca1376a5cf13 (patch) | |
tree | 9214fda60c9bc57568e058048b0b40e0ae59ac39 /plugins/SwiftThemeCreator/theme_creator.tpl | |
parent | 35c2aeca68298ec24a4e7cdb0912b7c6573f7766 (diff) |
Swift Theme Creator (minor changes): Still incomplete but first operational version (6).
Just a bug squashed draft version. Enjoy it.
git-svn-id: http://piwigo.org/svn/trunk@2461 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/theme_creator.tpl')
-rw-r--r-- | plugins/SwiftThemeCreator/theme_creator.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/SwiftThemeCreator/theme_creator.tpl b/plugins/SwiftThemeCreator/theme_creator.tpl index c859651c7..bc8604e85 100644 --- a/plugins/SwiftThemeCreator/theme_creator.tpl +++ b/plugins/SwiftThemeCreator/theme_creator.tpl @@ -145,5 +145,8 @@ You can update later the result as you need.'|@translate} </table> </fieldset> -<p><input name="submit" class="submit" type="submit" value="{'Submit'|@translate}" /></p> +<p> +<input name="reset" class="submit" type="submit" value="{'Reset'|@translate}" /> +<input name="submit" class="submit" type="submit" value="{'Submit'|@translate}" /> +</p> </form>
\ No newline at end of file |