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
15 15
$doc->addStyleSheet(JURI::root().'media/com_slogin/comslogin.css')
16 16
?>
17 17
<div class="login">
18
<div id="mailTab">
18 19

  
19
    <h1>
20
        <?php echo JText::_('COM_SLOGIN_COMPARISON'); ?>
21
    </h1>
20
    
21
      <h3>  
22
    
23
           <?php echo JText::_('CONFIRM YOUR ACCOUNT'); ?>
24
    </h3>
25
    
26
<div id ='warning' class='uk-alert uk-alert-in'>
27
<?php echo JText::sprintf('<p>The mail you provided is already registered with another account.<br> If you are the owner of this account, please verify your credentials:</p>', ""); ?>
22 28

  
23
    <div class="login-description">
24
        <?php echo JText::sprintf('This mail is already in use by another user. If this is you, please verify your account:', ""); ?>
25
    </div>
29
 </div>
26 30

  
31
   
32
    <div  id="slogin_spacer"></div>  
33

  
34

  
27 35
    <form action="<?php echo JRoute::_('index.php?option=com_slogin&task=join_mail'); ?>" method="post">
28 36
        <fieldset>
29 37
            <div class="login-fields">
30 38
                <label id="username-lbl" for="username" class=" required">
31
                    <?php echo JText::_('Username:'); ?>
39
                    <?php echo JText::_('Username :'); ?>
32 40
                <!--      <span class="star">&nbsp;*</span> -->
33 41
                </label>
34
                <input type="text" name="username" id="username" value="" class="validate-username required" size="10">
42
                <input type="text" name="username" id="username" value="" class="required" size="10">
35 43
            </div>
36 44
            <div class="login-fields">
37 45
                <label id="password-lbl" for="password" class=" required">
38
                    <?php echo JText::_('Password:'); ?>
46
                    <?php echo JText::_('Password :'); ?>
39 47
                  <!--  <span class="star">&nbsp;*</span> -->
40 48
                </label>
41 49
                <input type="password" name="password" id="password" value=""
42
              class="validate-password required" size="10">
50
              class="required" size="10">
43 51
            </div>
44
            <button type="submit" class="button"><?php echo JText::_('COM_SLOGIN_JOIN'); ?></button>
52
            
53
              <div  id="slogin_spacer_small"></div>  
54

  
55

  
56

  
57
            <button type="submit" id="submitBnt" class="uk-button uk-button-primary" ><?php echo JText::_('COM_SLOGIN_JOIN'); ?></button>
58
           <a class="uk-button uk-button-cancel" href="<?php echo JURI::base(); ?>"><?php echo JText::_('CANCEL'); ?></a>
59
               
45 60
            <input type="hidden" name="return"
46 61
                   value="<?php echo base64_encode($this->params->get('login_redirect_url', $this->form->getValue('return'))); ?>"/>
47 62
            <input type="hidden" name="user_id" value="<?php echo $this->id; ?>"/>
......
51 66
        </fieldset>
52 67
    </form>
53 68
 
69
 </div>
54 70
</div>

Also available in: Unified diff