mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Use font awesome to display info icon
Because the info icon that comes within the webGUI looks like it is now deprecated.
This commit is contained in:
parent
c5072d4067
commit
aaa40e6c11
BIN
archive/community.applications-2017.10.20.txz
Normal file
BIN
archive/community.applications-2017.10.20.txz
Normal file
Binary file not shown.
@ -1398,7 +1398,7 @@ function resizeDisplay() {
|
||||
</span><br>
|
||||
|
||||
<?if ( $upgradeAvailable ) :?>
|
||||
<span id='upgradeAvailable'><center> <font color='red'>An update to Community Applications is Available. Click <a onclick=installPLGupdate('community.applications.plg',"CommunityApplications"); style=cursor:pointer>HERE</a> to install the update <img class='ca_infoPopup' src='/webGui/images/information.png' data-appnumber='CA' style='cursor:pointer'></center></font></span>
|
||||
<span id='upgradeAvailable'><center> <font color='red'>An update to Community Applications is Available. Click <a onclick=installPLGupdate('community.applications.plg',"CommunityApplications"); style=cursor:pointer>HERE</a> to install the update <i class='ca_infoPopup fa fa-info-circle' data-appnumber='CA' style='cursor:pointer;font-size:15px;color:blue;'></i></center></font></span>
|
||||
<?endif;?>
|
||||
<div class='dockerSearch' style='display:none'><center><figure><img class='initDockerSearch' style='cursor:pointer;' src='/plugins/community.applications/images/docker.png' width='58px;'><figcaption class='initDockerSearch' style='cursor:pointer;'>Get More Results From DockerHub</figcaption></figure></center></div>
|
||||
<?if ($unRaid635 == "true"):?>
|
||||
|
@ -603,7 +603,7 @@ function my_display_apps($viewMode,$file,$pageNumber=1,$officialFlag=false,$sele
|
||||
if ( $template['Date'] > strtotime($communitySettings['timeNew'] ) ) {
|
||||
$template['display_newIcon'] = "<i class='fa fa-star ca_tooltip' style='font-size:15px;color:yellow;' title='New / Updated - ".date("F d Y",$template['Date'])."'></i>";
|
||||
}
|
||||
$template['display_changes'] = $template['Changes'] ? " <a style='cursor:pointer'><img class='ca_infoPopup' data-appnumber='$ID' src='/webGui/images/information.png' title='Click for the changelog / more information'></a>" : "";
|
||||
$template['display_changes'] = $template['Changes'] ? " <i class='ca_infoPopup fa fa-info-circle' data-appnumber='$ID' title='Click for the changelog / more information' aria-hidden='true' style='cursor:pointer;font-size:15px;color:blue;'></i></a>" : "";
|
||||
$template['display_humanDate'] = date("F j, Y",$template['Date']);
|
||||
|
||||
$template['display_dateUpdated'] = ($template['Date'] && is_file($communityPaths['newFlag']) ) ? "</b></strong><center><strong>Date Updated: </strong>".$template['display_humanDate']."</center>" : "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user