Feature #18608 ยป suggested_default.diff
class.em_index.php 2008-04-11 18:20:55.000000000 +0200 | ||
---|---|---|
} else {
|
||
$msg[] = 'Extension "'.$suggestK.'" ('.$instExtInfo[$suggestK]['EM_CONF']['title'].') was not installed. You may want to install it.';
|
||
$msg[] = ' '.$this->installButton().' <a href="'.htmlspecialchars('index.php?CMD[showExt]='.$suggestK.'&CMD[load]=1&CMD[clrCmd]=1&CMD[standAlone]=1&SET[singleDetails]=info').'" target="_blank">Install now (opens a new window)</a>';
|
||
$msg[] = ' <input type="checkbox" value="1" name="depsolver[ignore]['.$suggestK.']" id="checkIgnore_'.$suggestK.'" /> <label for="checkIgnore_'.$suggestK.'">Ignore this suggestion</label>';
|
||
$msg[] = ' <input type="checkbox" value="1" name="depsolver[ignore]['.$suggestK.']" checked="checked" id="checkIgnore_'.$suggestK.'" /> <label for="checkIgnore_'.$suggestK.'">Ignore this suggestion</label>';
|
||
}
|
||
$suggestion = true;
|
||
}
|