CC-4729: Register dialog is missing title

This commit is contained in:
denise 2012-12-04 14:33:45 -05:00
parent e69bd74d6e
commit fde74105de

View file

@ -1,4 +1,4 @@
<div id="register_popup" class="dialogPopup register-dialog" title="<?php _("Register Airtime") ?>" style="display: none;">
<div id="register_popup" class="dialogPopup register-dialog" title="<?php echo _("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">