Project

General

Profile

« Previous | Next » 

Revision 38569

Added by Eri Katsari almost 9 years ago

com_slogin : fix for views and look and feel

View differences:

default.php
19 19

  
20 20
<div class="login">
21 21

  
22
    <h3>
23
        <?php echo JText::_('Missing Data !'); ?>
22
<div id="mailTab">
23
 
24
   <h3 >  
25
    
26
        <?php echo JText::_('Almost there!'); ?>
24 27
    </h3>
25
<div id ='warning' class='uk-block'>
26
<?php echo JText::_('The Login Provider you selected does not release your mail address.
27
</br>Please fill the form so you can complete  the registration process.')?>
28
    
29
<div id ='warning' class='uk-alert uk-alert-in'>
30
<?php echo JText::_('<p></p>It seems that the Social Network you selected does not release your e-mail address to third parties. 
31
</br>Please fill in the missing data in the form below so you can complete the registration process.<p></p>')?>
28 32

  
29
   
30
         
31
</div>
33
 </div>
32 34

  
33 35
   <!-- <div class="login-description" id="slogin_error_mesages"></div> -->
34 36

  
37
    <div  id="slogin_spacer"></div>  
38

  
35 39
    <div class="login">
36 40
        <form action="<?php echo $this->action; ?>" method="post" class="form-validate" id="sloginUserForm">
37 41
            <fieldset>
38 42
                <div class="login-fields">
39 43
                    <label id="name-lbl" for="name" class=" required">
40
                        <?php echo JText::_('Display Name')?>
44
                        <?php echo JText::_('Display Name:')?>
41 45
                    </label>
42
                    <input type="text" name="name" id="name" class="validate-name required"
46
                    <input type="text" name="name" id="name" class=" required"
43 47
                           value="<?php echo $this->name; ?>" size="25"/>
44 48
                </div>
45 49
                <div class="login-fields">
46 50
                    <label id="username-lbl" for="username" class=" required">
47
                        <?php echo JText::_('Username')?>
51
                        <?php echo JText::_('Username:')?>
48 52
                    </label>
49
                    <input type="text" name="username" id="username" class="validate-username required"
53
                    <input type="text" name="username" id="username" class="required"
50 54
                           value="<?php echo $this->username; ?>" size="25"/>
51 55
                </div>
52 56
                <div class="login-fields">
53 57
                    <label id="email-lbl" for="email" class="required">
54
                        <?php echo JText::_('COM_SLOGIN_MAIL')?>
58
                        <?php echo JText::_('E-mail:')?>
55 59
                    </label>
56 60
                    <input type="text" name="email" id="email"
57
                           value="<?php echo $this->email; ?>" class="validate-email required" size="25">
61
                           value="<?php echo $this->email; ?>" class="required" size="25">
58 62
                </div>
63
  <div  id="slogin_spacer_small"></div>  
59 64

  
60
                <input type="submit" class="button validate" value="<?php echo JText::_('COM_SLOGIN_SUBMIT'); ?>"/>
61

  
65
               <!-- <input type="submit" id="submitBnt" class="button validate" value="<?php echo JText::_('COM_SLOGIN_SUBMIT'); ?>"/> -->
66
                 <input type="submit" id="submitBnt" class="uk-button uk-button-primary" value="<?php echo JText::_('COM_SLOGIN_SUBMIT'); ?>"/>
67
                
68
                <a class="uk-button uk-button-cancel" href="<?php echo JURI::base(); ?>"><?php echo JText::_('CANCEL'); ?></a>
69
 
62 70
                <?php echo JHtml::_('form.token'); ?>
63 71
            </fieldset>
64 72
        </form>
65 73
        
66
         
74
         </div>
67 75
    </div>
68 76
</div>

Also available in: Unified diff