summaryrefslogtreecommitdiff
path: root/htroot/BlogComments.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-12-24 02:00:45 +0100
committerreger <reger18@arcor.de>2015-12-24 02:00:45 +0100
commit80e2c82249bc5192ed1497716840edda9b97051e (patch)
treeba874e2f9274a32c8c572879f673d5a79285e3e8 /htroot/BlogComments.html
parent8a8e53b1a116dcf43218b339bd48eec1f26edce1 (diff)
fix NPE on empty blog importfile parameter
Diffstat (limited to 'htroot/BlogComments.html')
-rw-r--r--htroot/BlogComments.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/BlogComments.html b/htroot/BlogComments.html
index c78933870..42b8d1e4d 100644
--- a/htroot/BlogComments.html
+++ b/htroot/BlogComments.html
@@ -70,9 +70,9 @@
</dd>
</dl>
<input type="hidden" name="page" value="#[pageid]#" />
- <input type="submit" name="submit" value="Submit" />
- <input type="submit" name="preview" value="Preview" />
- <input type="submit" name="view" value="Discard" />
+ <input type="submit" name="submit" class="btn btn-primary" value="Submit" />
+ <input type="submit" name="preview" class="btn btn-default" value="Preview" />
+ <input type="submit" name="view" class="btn btn-danger" value="Discard" />
</fieldset>
</form>
#(/allow)#
@@ -109,9 +109,9 @@
</dl>
<input type="hidden" name="page" value="#[pageid]#" />
<!-- <input type="text" name="page" value="#[pageid]#" /> -->
- <input type="submit" name="submit" value="Submit" />
- <input type="submit" name="preview" value="Preview" />
- <input type="submit" name="view" value="Discard" />
+ <input type="submit" name="submit" class="btn btn-primary" value="Submit" />
+ <input type="submit" name="preview" class="btn btn-default" value="Preview" />
+ <input type="submit" name="view" class="btn btn-danger" value="Discard" />
</fieldset>
</form>