equal
deleted
inserted
replaced
77 <td class="balancer"> |
77 <td class="balancer"> |
78 </td> |
78 </td> |
79 <td> |
79 <td> |
80 <ul class="icons"> |
80 <ul class="icons"> |
81 <li><a href="readme.php" class="readme icon">Readme</a></li> |
81 <li><a href="readme.php" class="readme icon">Readme</a></li> |
82 <?php |
82 <?php |
83 if ( !defined('ENANO_INSTALLED') ): |
83 if ( !defined('ENANO_INSTALLED') ): |
84 ?> |
84 ?> |
85 <li><a href="install.php" class="install icon">Install</a></li> |
85 <li><a href="install.php" class="install icon">Install</a></li> |
86 <li> |
86 <li> |
87 <a class="upgrade-disabled icon icon-disabled" title="You need to install Enano before you can do this."> |
87 <a class="upgrade-disabled icon icon-disabled" title="You need to install Enano before you can do this."> |
89 <small> |
89 <small> |
90 Enano isn't installed yet. You can use this option when you want to upgrade to a newer release of Enano. |
90 Enano isn't installed yet. You can use this option when you want to upgrade to a newer release of Enano. |
91 </small> |
91 </small> |
92 </a> |
92 </a> |
93 </li> |
93 </li> |
94 <?php |
94 <?php |
95 else: |
95 else: |
96 ?> |
96 ?> |
97 <li> |
97 <li> |
98 <a class="install-disabled icon icon-disabled" title="Enano is already installed."> |
98 <a class="install-disabled icon icon-disabled" title="Enano is already installed."> |
99 Install |
99 Install |
128 </span> |
128 </span> |
129 </li>'; |
129 </li>'; |
130 } |
130 } |
131 endif; |
131 endif; |
132 ?> |
132 ?> |
|
133 |
133 </ul> |
134 </ul> |
134 </td> |
135 </td> |
135 </tr> |
136 </tr> |
136 </table> |
137 </table> |
137 |
138 |