Skip to content

Commit 72ac0af

Browse files
committed
fix simplepoll BS4 view
1 parent ababe76 commit 72ac0af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

external/ExtPrograms.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Doctrine Deprecations,1.1.2,github.com/doctrine/deprecations,1.1.3,needed by Doc
55
EmailValidator,3.2.6,github.com/egulias/EmailValidator,3.2.6/4.0.2,needed by swiftmailer v6; change folder structure and add autoloader to main file
66
ups-php,0.2,github.com/sanbornm/ups-php,0.2,"updated/fixed xml, etc to work"
77
fedex-php,31.0.0,www.fedex.com/wpor/web/jsp/drclinks.jsp?links=wss/getstarted.html,31.0.0,copy/edit RateAvailableServicesWebServiceClient.php into fedexshippingcalculator->getRates()
8-
Smarty,3.1.27/4.4.1,smarty.net,4.5.5/5.4.2,
8+
Smarty,3.1.27/4.4.1,smarty.net,4.5.5/5.4.3,
99
phpthumb,1.7.22exp,github.com/JamesHeinrich/phpThumb,1.7.22,phpThumb.config.php - we also allow &amp in parsing and err command
1010
getid3,1.9.23,github.com/JamesHeinrich/getID3,1.9.23,
1111
minify,2.3.3,github.com/mrclay/minify,2.3.3/3.0.4/4.0.0,modify config.php
@@ -22,7 +22,7 @@ SimplePie,1.7.0,github.com/simplepie/simplepie,1.8.1,php 8 fix
2222
pixidou,0.1exp,github.com/asvinb/pixidou,0.1,"placed in Pixidou module, heavily modified at this point"
2323
class.upload,2.1.6exp,github.com/verot/class.upload.php,2.1.6,"Correct flip operation where flip vertical & horizontal were inverted/swapped, php 8 fix"
2424
iCalCreator,2.28.2,github.com/iCalcreator/iCalcreator,2.40.10/2.41.90,uncomment load utilities; php 8 fix
25-
scssphp,1.11.1exp,github.com/scssphp/scssphp,1.13.0,includes example server; hack to compile newui
25+
scssphp,1.11.1exp,github.com/scssphp/scssphp,2.0.0,includes example server; hack to compile newui
2626
lessphp,0.5.0exp,github.com/leafo/lessphp,0.5.0,"will not compile bootstrap v3+, hack to allow prefix"
2727
less.php,3.2.0exp,github.com/wikimedia/less.php,3.2.1/4.4.1/5.1.2,php v5.6 regression fixes
2828
Twitter-Bootstrap2,2.3.2,github.com/twbs/bootstrap,2.3.2,"patched bootstrap.less includes swatches, fontawesome & exp variables"

framework/modules/simplepoll/views/simplepoll/showall.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
*}
1515

16-
{if (bs4() || bs5())}
16+
{if (bs5())}
1717
{css unique='simplepoll'}
1818
{literal}
1919
.module.simplepoll ol {

0 commit comments

Comments
 (0)