Changeset 1563547
- Timestamp:
- 12/28/2016 03:32:05 PM (9 years ago)
- Location:
- lickstats/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
views/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lickstats/trunk/readme.txt
r1553650 r1563547 2 2 Contributors: lickstats 3 3 Donate link: https://lickstats.com/ 4 Tags: utilities4 Tags: productivity 5 5 Requires at least: 3.7 6 6 Tested up to: 4.6.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 The Lickstats WordPress plugin is used to a ppend the Lickstats JavaScript plugin to the footer ofyour website.15 The Lickstats WordPress plugin is used to add the Lickstats plugin to your website. 16 16 17 17 Don’t have a Lickstats account? Sign up at https://lickstats.com. … … 24 24 == Changelog == 25 25 26 = 1.1 = 27 28 Added some varnish 29 26 30 = 1.0 = 27 31 -
lickstats/trunk/views/index.php
r1553650 r1563547 91 91 <?php else:?> 92 92 <h3>Account details</h3> 93 <p>Plugin status: configured<p> 93 <p><strong>Plugin status: configured</strong><p> 94 <p>Hello <?php echo htmlspecialchars($account_email);?></p> 95 <?php if($account_type == 'ENTERPRISE'):?> 96 <h3>Configure cross-domains (enterprise feature)</h3> 94 97 <table class="form-table"> 95 98 <tbody> 96 <tr>97 <th scope="row">98 <label>Email</label>99 </th>100 <td>101 <?php echo htmlspecialchars($account_email);?>102 </td>103 </tr>104 <tr>105 <th scope="row">106 <label>Account type</label>107 </th>108 <td>109 <?php echo htmlspecialchars($account_type);?>110 </td>111 </tr>112 <?php if($account_type == 'ENTERPRISE'):?>113 99 <tr> 114 100 <th scope="row"> … … 120 106 </td> 121 107 </tr> 122 <?php endif;?>123 108 </tbody> 124 </table><br> 109 </table> 110 <?php endif;?><br> 125 111 <?php if(!empty($error)):?> 126 112 <div style="background:#f2dede; padding:12px;"><?php echo $error?></div><br>
Note: See TracChangeset
for help on using the changeset viewer.