mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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
|
* @return string
|
||||||
*/
|
*/
|
||||||
function getModalBoxLink($config) { /* {{{ */
|
function getModalBoxLink($config) { /* {{{ */
|
||||||
$content = '';
|
// $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 .= "<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);
|
$attrs = self::getModalBoxLinkAttributes($config);
|
||||||
$content = '<a';
|
$content = '<a';
|
||||||
if($attrs) {
|
if($attrs) {
|
||||||
|
|
|
@ -1300,8 +1300,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
function getModalBoxLink($config) { /* {{{ */
|
function getModalBoxLink($config) { /* {{{ */
|
||||||
$content = '';
|
// $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 .= "<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);
|
$attrs = self::getModalBoxLinkAttributes($config);
|
||||||
$content = '<a';
|
$content = '<a';
|
||||||
if($attrs) {
|
if($attrs) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user