Changeset:
72e19dde3e61
https://sourceforge.net/p/mrbs/hg-code/ci/72e19dde3e615c1a5fa1332371de2c31467131d0
Author:
Campbell Morrison <[email protected]>
Date:
Mon Mar 20 09:28:46 2017 +0000
Log message:
Added comment.
diffstat:
web/view_entry.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 0c686356c109 -r 72e19dde3e61 web/view_entry.php
--- a/web/view_entry.php Mon Mar 20 07:26:31 2017 +0000
+++ b/web/view_entry.php Mon Mar 20 09:28:46 2017 +0000
@@ -16,6 +16,10 @@
// button_attributes An array of attributes to be used for the button.
function generate_button(array $params, array $button_attributes=array())
{
+ // Note that until IE supports the form attribute on the button tag, we can't
+ // use a <button> here and have to use the <input type="submit"> to create
the
+ // button. This unfortunately means that styling options on the button are
limited.
+
$html = '';
$html .= "<form method=\"post\" action=\"" .
htmlspecialchars($params['action']) . "\">\n";
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits