|
120 | 120 | } |
121 | 121 | ?> |
122 | 122 |
|
123 | | - <div class="l-unit <? if($data[$key]['SUSPENDED'] == 'yes') echo 'l-unit--suspended'; if($_SESSION['favourites']['WEB'][$key] == 1) echo ' l-unit--starred'; ?>" v_section="web" v_unit_id="<?=$key?>" |
124 | | -id="web-unit-<?=$i?>" sort-ip="<?=str_replace('.', '', $data[$key]['IP'])?>" |
125 | | -sort-date="<?=strtotime($data[$key]['DATE'].' '.$data[$key]['TIME'])?>" |
| 123 | + <div class="l-unit <? if($data[$key]['SUSPENDED'] == 'yes') echo 'l-unit--suspended'; if($_SESSION['favourites']['WEB'][$key] == 1) echo ' l-unit--starred'; ?>" v_section="web" v_unit_id="<?=$key?>" |
| 124 | +id="web-unit-<?=$i?>" sort-ip="<?=str_replace('.', '', $data[$key]['IP'])?>" |
| 125 | +sort-date="<?=strtotime($data[$key]['DATE'].' '.$data[$key]['TIME'])?>" |
126 | 126 | sort-name="<?=$key?>" sort-bandwidth="<?=$data[$key]['U_BANDWIDTH']?>" sort-disk="<?=$data[$key]['U_DISK']?>" sort-star="<? if($_SESSION['WEB'][$key] == 1) echo '1'; else echo '0';?>"> |
127 | 127 | <div class="l-unit-toolbar clearfix"> |
128 | 128 | <div class="l-unit-toolbar__col l-unit-toolbar__col--left"> |
|
205 | 205 | <div class="l-unit__stat-cols clearfix"> |
206 | 206 | <div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Web Template')?>:</div> |
207 | 207 | <div class="l-unit__stat-col l-unit__stat-col--right"> |
208 | | - <b><?=__($data[$key]['TPL'])?></b> |
| 208 | + <b><?=$data[$key]['TPL']?></b> |
209 | 209 | </div> |
210 | 210 | </div> |
211 | 211 | </td> |
212 | 212 | <td> |
213 | | - <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?> |
| 213 | + <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?> |
214 | 214 | <? if($proxy_support == 'no'){ ?> |
215 | 215 | <div class="l-unit__stat-cols clearfix disabled last"><?=__('Proxy Support')?></div> |
216 | 216 | <? } else {?> |
|
222 | 222 | </div> |
223 | 223 | <? } ?> |
224 | 224 | <? } ?> |
225 | | - <?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?> |
| 225 | + <?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?> |
226 | 226 | <? if($backend_support == 'no'){ ?> |
227 | 227 | <div class="l-unit__stat-cols clearfix disabled last"><?=__('Backend Support')?></div> |
228 | 228 | <? } else {?> |
|
251 | 251 | <? } ?> |
252 | 252 | </td> |
253 | 253 | <td> |
254 | | - <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?> |
| 254 | + <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?> |
255 | 255 | <div class="l-unit__stat-cols clearfix last"> |
256 | 256 | <div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Proxy Template')?>:</div> |
257 | 257 | <div class="l-unit__stat-col l-unit__stat-col--right"> |
258 | 258 | <b><?=$data[$key]['PROXY']?></b> |
259 | 259 | </div> |
260 | 260 | </div> |
261 | 261 | <? } ?> |
262 | | - <?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?> |
| 262 | + <?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?> |
263 | 263 | <div class="l-unit__stat-cols clearfix last"> |
264 | 264 | <div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Backend Template')?>:</div> |
265 | 265 | <div class="l-unit__stat-col l-unit__stat-col--right"> |
|
0 commit comments