CC-2511:Phone Home Metric: add error display on popup
- refactoring was needed to solve this problem. - javascript error check is not necessary anymore. - The form is preloaded to nowplaying page, only when it's needed, hence ajax call to pull up the form is not needed anymore.
This commit is contained in:
parent
883cacd220
commit
daf6f9963f
6 changed files with 155 additions and 143 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="dialogPopup register-dialog" title="Register Airtime">
|
||||
<div id="register_popup" class="dialogPopup register-dialog" title="Register Airtime" style="display: none;">
|
||||
<form id="register-form" method="<?php echo $this->element->getMethod() ?>" action="<?php echo $this->element->getAction() ?>" enctype="multipart/form-data">
|
||||
<fieldset>
|
||||
<dl class="zend_form">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue