mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
comment old unused code
This commit is contained in:
parent
35b8b9b703
commit
82d9a42968
|
@ -1302,8 +1302,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
* @return string
|
||||
*/
|
||||
function getModalBoxLink($config) { /* {{{ */
|
||||
$content = '';
|
||||
$content .= "<a data-target=\"#".$config['target']."\"".(isset($config['remote']) ? " href=\"".$config['remote']."\"" : "")." role=\"button\" class=\"".(isset($config['class']) ? $config['class'] : "btn")."\" data-toggle=\"modal\"";
|
||||
// $content = '';
|
||||
// $content .= "<a data-target=\"#".$config['target']."\"".(isset($config['remote']) ? " href=\"".$config['remote']."\"" : "")." role=\"button\" class=\"".(isset($config['class']) ? $config['class'] : "btn")."\" data-toggle=\"modal\"";
|
||||
$attrs = self::getModalBoxLinkAttributes($config);
|
||||
$content = '<a';
|
||||
if($attrs) {
|
||||
|
|
|
@ -1300,8 +1300,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
* @return string
|
||||
*/
|
||||
function getModalBoxLink($config) { /* {{{ */
|
||||
$content = '';
|
||||
$content .= "<a data-target=\"#".$config['target']."\"".(isset($config['remote']) ? " href=\"".$config['remote']."\"" : "")." role=\"button\" class=\"".(isset($config['class']) ? $config['class'] : "btn btn-secondary")."\" data-toggle=\"modal\"";
|
||||
// $content = '';
|
||||
// $content .= "<a data-target=\"#".$config['target']."\"".(isset($config['remote']) ? " href=\"".$config['remote']."\"" : "")." role=\"button\" class=\"".(isset($config['class']) ? $config['class'] : "btn btn-secondary")."\" data-toggle=\"modal\"";
|
||||
$attrs = self::getModalBoxLinkAttributes($config);
|
||||
$content = '<a';
|
||||
if($attrs) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user