Skip to content

Commit 9ce465e

Browse files
authored
Merge pull request #218 from lfcms/feature-81-tooltips
'tooltips added, minor icon updates'
2 parents e3cdd40 + b9203ff commit 9ce465e

11 files changed

Lines changed: 25 additions & 23 deletions

lf/system/admin/view/acl.header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><i class="fa fa-key"></i> Access Control Lists</h2>
1+
<h2 title="Access Control Lists: Create user groups and manage their permissions."><i class="fa fa-key"></i> Access Control Lists</h2>
22

33
<div class="row">
44
<div class="col-2">

lf/system/admin/view/home.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><i class="fa fa-dashboard"></i> Dashboard</h2>
1+
<h2 title="Dashboard: Quickly update your content from here."><i class="fa fa-dashboard"></i> Dashboard</h2>
22
<div class="row">
33
<div class="col-12">
44
<div class="no_martop row">

lf/system/admin/view/media.main.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><i class="fa fa-picture-o"></i> Media</h2>
1+
<h2 title="Media: Upload media files and add them to your content."><i class="fa fa-picture-o"></i> Media</h2>
22
<?=notice();?>
33

44
<?php
@@ -30,7 +30,7 @@
3030

3131
<div class="row">
3232
<div class="col-9">
33-
<h3 class="no_martop">Folder Contents</h3>
33+
<h3 class="no_martop" title="Click on a folder to view its contents.">Folder Contents</h3>
3434
<ul class="efvlist">
3535
<?php if( $this->getSubdirDepth() > 0 ): ?>
3636
<li>
@@ -61,7 +61,7 @@
6161
</ul>
6262
</div>
6363
<div class="col-3">
64-
<h3 class="no_martop">Upload</h3>
64+
<h3 class="no_martop" title="Choose a file and click submit to upload it.">Upload</h3>
6565
<form action="<?=\lf\requestGet('ActionUrl');?>upload" method="post" enctype="multipart/form-data">
6666
<ul class="vlist">
6767
<li>

lf/system/admin/view/plugins.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><i class="fa fa-plug"></i> Plugins Manager</h2>
1+
<h2 title="Plugins: Attach plugins to your website."><i class="fa fa-plug"></i> Plugins Manager</h2>
22

33
<div class="row">
44
<div class="col-9">

lf/system/admin/view/settings.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><i class="fa fa-cog"></i> Settings</h2>
1+
<h2 title="Settings: Configure settings and manage your versions."><i class="fa fa-cog"></i> Settings</h2>
22

33
<?=notice();?>
44
<div class="row">

lf/system/admin/view/skins.edit.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
</style>
1111

12-
<h2>Edit Skin: <a href="%appurl%edit/<?=$matches[0];?>/"><?=$matches[0];?></a></h2>
12+
<h2 title="Use the text editor to update your html and css files."><i class="fa fa-edit"></i> Edit Skin: <a href="%appurl%edit/<?=$matches[0];?>/"><?=$matches[0];?></a></h2>
1313
<span><a href="%appurl%" title="Back to Skins Manager"><i class="fa fa-arrow-left" aria-hidden="true"></i> Skins Manager</a></span>
1414

1515
<form action="%appurl%update/<?=$vars[1];?>/" method="post" id="skinform">
@@ -18,8 +18,8 @@
1818
<div class="col-3 pull-right">
1919
<div class="tile white">
2020
<div class="tile-header">
21-
<h3>
22-
<i class="fa fa-edit"></i> Files
21+
<h3 title="Select the file you wish to edit. You can use home.php to create a custom home page.">
22+
<i class="fa fa-file-code-o"></i> Files
2323
</h3>
2424
</div>
2525
<div class="row no_martop no_marbot">

lf/system/admin/view/skins.main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h2><i class="fa fa-paint-brush"></i> Skins Manager</h2>
1+
<h2 title="Skins: Create and edit stylish themes for your website."><i class="fa fa-paint-brush"></i> Skins Manager</h2>
22

33
<div class="row">
44
<!-- New Skin -->
55
<div class="col-3 pull-right">
66
<div class="tile white">
77
<div class="tile-header">
8-
<h4><i class="fa fa-plus"></i> Add New</h4>
8+
<h4 title="Create a new skin."><i class="fa fa-plus"></i> Add New</h4>
99
</div>
1010
<div class="tile-content">
1111
<div class="row">

lf/system/admin/view/store.main.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2 title="Store: Click an app to install it. Update links will download the latest."><i class="fa fa-shopping-cart"></i> Store</h2>
1+
<h2 title="Store: Click an app to install it. Update links will download the latest version."><i class="fa fa-shopping-cart"></i> Store</h2>
22

33
<?=notice();?>
44

@@ -21,9 +21,8 @@
2121
</form>
2222

2323

24-
<h3>From Repo</h3>
25-
<p><?=$this->repobase;?></p>
26-
<div class="row">
24+
<h3 class="no_marbot" title="Repo located at <?=$this->repobase;?>">From Repo</h3>
25+
<div class="row no_martop">
2726
<div class="col-4">
2827
<!-- <form action="%appurl%zipfromurl/" method="post">
2928
<ul class="vlist">
@@ -53,7 +52,7 @@
5352
<a href="%appurl%dlapp/<?=$app;?>/"><?=$app;?></a>
5453
<?php else: ?>
5554
<?=$app;?>
56-
[<a href="%appurl%dlapp/<?=$app;?>/update/">Update</a>]
55+
<a class="pull-right" href="%appurl%dlapp/<?=$app;?>/update/" title="Update"><i class="fa fa-refresh"></i></a>
5756
<?php endif; ?>
5857
</li>
5958
<?php endforeach; ?>
@@ -87,7 +86,7 @@
8786
<?php if(!isset($skin_files[$skin])): ?>
8887
<a href="%appurl%dlskin/<?=$skin;?>/"><?=$skin;?></a>
8988
<?php else: ?>
90-
<?=$skin;?> [<a href="%appurl%dlskin/<?=$skin;?>/update/">Update</a>]
89+
<?=$skin;?> <a class="pull-right" href="%appurl%dlskin/<?=$skin;?>/update/" title="Update"><i class="fa fa-refresh"></i></a>
9190
</li>
9291
<?php endif; ?>
9392
<?php endforeach; ?>
@@ -121,7 +120,7 @@
121120
<?php if(!isset($plugin_files[$plugin])): ?>
122121
<a href="%appurl%dlplugin/<?=$plugin;?>/"><?=$plugin;?></a>
123122
<?php else: ?>
124-
<?=$plugin;?> [<a href="%appurl%dlplugin/<?=$plugin;?>/update/">Update</a>]
123+
<?=$plugin;?> <a class="pull-right" href="%appurl%dlplugin/<?=$plugin;?>/update/" title="Update"><i class="fa fa-refresh"></a>
125124
</li>
126125
<?php endif; ?>
127126
<?php endforeach; ?>

lf/system/admin/view/users.create.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<h2><a href="%appurl%">Users</a> Create</h2>
1+
<h2><i class="fa fa-user-plus"></i> Create New User</h2>
2+
<p>
3+
<span><a href="%appurl%" title="Back to Users Manager"><i class="fa fa-arrow-left" aria-hidden="true"></i> Users Manager</a></span>
4+
</p>
25
<? if(hasnotice()): ?>
36
<span class="button light_gray"><?=notice();?></span>
47
<? endif; ?>

lf/system/admin/view/users.edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
<h2><i class="fa fa-edit"></i> Edit User</h2>
12
<p>
23
<span><a href="%appurl%" title="Back to Users Manager"><i class="fa fa-arrow-left" aria-hidden="true"></i> Users Manager</a></span>
34
</p>
4-
<h2>Edit User</h2>
55

66
<?=notice();?>
77
<div class="row">

0 commit comments

Comments
 (0)