File tree Expand file tree Collapse file tree 2 files changed +53
-24
lines changed
Expand file tree Collapse file tree 2 files changed +53
-24
lines changed Original file line number Diff line number Diff line change 198198 </ select >
199199 </ td >
200200 </ tr >
201- < tr >
202- < td class ="vst-text input-label ">
203- < ?php print _('Databases');?>
204- </ td >
205- </ tr >
206- < tr >
207- < td >
208- < input type ="text " size ="20 " class ="vst-input " name ="v_databases " value ="<?=htmlentities(trim($v_databases, "'"))?> ">
209- < i class ="unlim-trigger fas fa-infinity " title ="<?=_('Unlimited')?> " id ="unlim-databases "> </ i >
210- </ td >
211- </ tr >
201+ < ?php echo ""; }?>
212202 </ table >
213203 </ td >
214204 </ tr >
215- < ?php echo ""; }?>
216205 < tr >
217206 < td class ="section-title " onclick ="javascript:elementHideShow('dns-options') ">
218207 < ?=_('DNS');?>
383372 </ table >
384373 </ td >
385374 </ tr >
375+ < tr >
376+ < td class ="section-title " onclick ="javascript:elementHideShow('database-options') ">
377+ < ?=_('Databases');?>
378+ </ td >
379+ < td class ="section-hide-button ">
380+ < a href ="javascript:elementHideShow('database-options'); "> < i class ="fas fa-minus-square status-icon dim maroon "> </ i > </ a >
381+ </ td >
382+ </ tr >
383+ < tr >
384+ < td >
385+ < table id ="database-options " style ="display: none; ">
386+ < tr >
387+ < td class ="vst-text input-label step-top ">
388+ < ?php print _('Databases');?>
389+ </ td >
390+ </ tr >
391+ < tr >
392+ < td >
393+ < input type ="text " size ="20 " class ="vst-input " name ="v_databases " value ="<?=htmlentities(trim($v_databases, "'"))?> ">
394+ < i class ="unlim-trigger fas fa-infinity " title ="<?=_('Unlimited')?> " id ="unlim-databases "> </ i >
395+ </ td >
396+ </ tr >
397+ </ table >
398+ </ td >
399+ </ tr >
386400 < tr >
387401 < td class ="section-title " onclick ="javascript:elementHideShow('system-options') ">
388402 < ?=_('System');?>
Original file line number Diff line number Diff line change 196196 </ select >
197197 </ td >
198198 </ tr >
199- < tr >
200- < td class ="vst-text input-label ">
201- < ?php print _('Databases');?>
202- </ td >
203- </ tr >
204- < tr >
205- < td >
206- < input type ="text " size ="20 " class ="vst-input " name ="v_databases " value ="<?=htmlentities(trim($v_databases, "'"))?> ">
207- < i class ="unlim-trigger fas fa-infinity " title ="<?=_('Unlimited')?> " id ="unlim-databases "> </ i >
208- </ td >
209- </ tr >
199+ < ?php echo ""; }?>
210200 </ table >
211201 </ td >
212202 </ tr >
213- < ?php echo ""; }? >
203+
214204 < tr >
215205 < td class ="section-title " onclick ="javascript:elementHideShow('dns-options') ">
216206 < ?=_('DNS');?>
381371 </ table >
382372 </ td >
383373 </ tr >
374+ < tr >
375+ < td class ="section-title " onclick ="javascript:elementHideShow('database-options') ">
376+ < ?=_('Databases');?>
377+ </ td >
378+ < td class ="section-hide-button ">
379+ < a href ="javascript:elementHideShow('database-options'); "> < i class ="fas fa-minus-square status-icon dim maroon "> </ i > </ a >
380+ </ td >
381+ </ tr >
382+ < tr >
383+ < td >
384+ < table id ="database-options " style ="display: none; ">
385+ < tr >
386+ < td class ="vst-text input-label step-top ">
387+ < ?php print _('Databases');?>
388+ </ td >
389+ </ tr >
390+ < tr >
391+ < td >
392+ < input type ="text " size ="20 " class ="vst-input " name ="v_databases " value ="<?=htmlentities(trim($v_databases, "'"))?> ">
393+ < i class ="unlim-trigger fas fa-infinity " title ="<?=_('Unlimited')?> " id ="unlim-databases "> </ i >
394+ </ td >
395+ </ tr >
396+ </ table >
397+ </ td >
398+ </ tr >
384399 < tr >
385400 < td class ="section-title " onclick ="javascript:elementHideShow('system-options') ">
386401 < ?=_('System');?>
You can’t perform that action at this time.
0 commit comments