Skip to content

Commit

Permalink
more missing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 10, 2023
1 parent 39110eb commit 705fad2
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<cfif prc.oCurrentSite.getIsBlogEnabled() AND prc.oCurrentAuthor.hasPermission( "ENTRIES_ADMIN,ENTRIES_EDITOR" )>
<li>
<a data-keybinding="Control+Shift+b" href="#event.buildLink( prc.xehEntriesEditor )#" title="Control+Shift+b">
<i class="fa fa-blog fa-lg width25"></i> New Entry
<i class="fas fa-blog fa-lg width25"></i> New Entry
</a>
</li>
</cfif>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ component
{
name : 'cbEntryLink',
action : function(){ $insertCBEntryLink( '#arguments.editor#' ); },
className : 'fa fa-blog',
className : 'fas fa-blog',
title : 'Insert ContentBox Entry Link'
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="form-group">
<label for="cache">
<i class="fa fa-stopwatch"></i> Cache Timeout (0=Use Global Setting)
<i class="fas fa-stopwatch"></i> Cache Timeout (0=Use Global Setting)
</label>
#html.inputField(
type : "numeric",
Expand All @@ -42,7 +42,7 @@

<div class="form-group">
<label for="cache">
<i class="fa fa-flushed"></i> Idle Timeout (0=Use Global Setting)
<i class="fas fa-flushed"></i> Idle Timeout (0=Use Global Setting)
</label>
#html.inputField(
type : "numeric",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<cfif content.getContentType() eq "Page">
<i class="fa fa-file-alt icon-small" title="Page"></i>
<cfelseif content.getContentType() eq "Entry">
<i class="fa fa-blog icon-small" title="Entry"></i>
<i class="fas fa-blog icon-small" title="Entry"></i>
<cfelseif content.getContentType() eq "ContentStore">
<i class="fa fa-hdd icon-small" title="ContentStore"></i>
</cfif>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<cfif content.getContentType() eq "Page">
<i class="fa fa-file icon-small" title="Page"></i>
<cfelseif content.getContentType() eq "Entry">
<i class="fa fa-blog icon-small" title="Entry"></i>
<i class="fas fa-blog icon-small" title="Entry"></i>
<cfelseif content.getContentType() eq "ContentStore">
<i class="fa fa-hdd icon-small" title="ContentStore"></i>
</cfif>
Expand Down Expand Up @@ -135,7 +135,7 @@
icon = '<i class="fa fa-file icon-small" title="Page"></i>';
break;
case 'Entry':
icon = '<i class="fa fa-blog icon-small" title="Entry"></i>';
icon = '<i class="fas fa-blog icon-small" title="Entry"></i>';
break;
case 'ContentStore':
icon = '<i class="fa fa-hdd icon-small" title="ContentStore"></i>';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function getContentTypeIconCls( contentType ) {
iconCls = "fa fa-file";
break;
case 'Entry':
iconCls = "fa fa-blog";
iconCls = "fas fa-blog";
break;
case 'ContentStore':
iconCls = "fa fa-hdd";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="col-md-12">
<h1 class="h1">
<i class="fa fa-blog"></i> Blog Entries
<i class="fas fa-blog"></i> Blog Entries
<span id="entriesCountContainer"></span>
</h1>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a href="##global" data-toggle="tab" class="nav-link"><i class="fa fa-globe fa-lg"></i> <span class="hidden-xs">Global Layout</span></a>
</li>
<li class="nav-item">
<a href="##entry" data-toggle="tab" class="nav-link"><i class="fa fa-blog fa-lg"></i> <span class="hidden-xs">Blog Entries</span></a>
<a href="##entry" data-toggle="tab" class="nav-link"><i class="fas fa-blog fa-lg"></i> <span class="hidden-xs">Blog Entries</span></a>
</li>
<li class="nav-item">
<a href="##comments" data-toggle="tab" class="nav-link"><i class="fa fa-comments fa-lg"></i> <span class="hidden-xs">Comments</span></a>
Expand Down Expand Up @@ -266,4 +266,4 @@
</div>
</div>
</div>
</cfoutput>
</cfoutput>
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#html.label(
class="control-label",
field="cb_notify_entry",
content="<i class='fa fa-blog'></i> Send a notification when a blog entry has been created or removed:"
content="<i class='fas fa-blog'></i> Send a notification when a blog entry has been created or removed:"
)#
<div class="controls">
#html.checkbox(
Expand Down Expand Up @@ -122,4 +122,4 @@
</div>

#html.endForm()#
</cfoutput>
</cfoutput>
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<td>
<!--- Blog Enabled --->
<i
class="fa fa-blog fa-lg mr5 #site.getIsBlogEnabled() ? 'text-green' : 'text-gray'#"
class="fas fa-blog fa-lg mr5 #site.getIsBlogEnabled() ? 'text-green' : 'text-gray'#"
title="Blog"></i>

<!--- SiteMap Enabled --->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Tabs -->
<ul class="nav nav-tabs" id="contentTypes">
<li class="nav-item active">
<a href="##CommentSubscriptions" data-toggle="tab" class="nav-link"><i class="fa fa-blog icon-small" title="Comment Subscriptions"></i> Comment Subscriptions</a>
<a href="##CommentSubscriptions" data-toggle="tab" class="nav-link"><i class="fas fa-blog icon-small" title="Comment Subscriptions"></i> Comment Subscriptions</a>
</li>
</ul>
<!-- End Tabs -->
Expand Down Expand Up @@ -69,4 +69,4 @@
</div>
</div>
</div>
</cfoutput>
</cfoutput>
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<div class="row">
<div class="col-md-3">
<h4><i class="fa fa-blog fa-lg"></i> Entries</h4>
<h4><i class="fas fa-blog fa-lg"></i> Entries</h4>
<small class="muted">Export blog entries with comments</small>
</div>
<div class="col-md-9">
Expand Down

0 comments on commit 705fad2

Please sign in to comment.