MyAccount: html indentation refined
authorYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 9 Sep 2013 15:30:30 +0000 (17:30 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 9 Sep 2013 15:30:30 +0000 (17:30 +0200)
portal/templates/account-view.html

index 8f2e019..8cd7c63 100644 (file)
@@ -48,7 +48,8 @@
                                <td class="key">Email</td>
                                <td class="value">
                                                <span id="emailval" class="value" >{{ person.email }}</span>
-                                               <img class="logo" src="{{STATIC_URL}}/img/ques_icon.png" onclick="emailAlert()"  title="To change your email please contact the administrator" style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; margin-top: -9px;">
+                                               <img class="logo" src="{{STATIC_URL}}/img/ques_icon.png" onclick="emailAlert()"  title="To change your email please contact the administrator" 
+                                                        style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; margin-top: -9px;">
                                        </td>
                        </tr>
                        <tr class="odd">
                                        <td class="value">
                                                <span id="affval" class="value">{{ authority }}</span>
                                                <img class="logo" src="{{STATIC_URL}}/img/ques_icon.png" onclick="affAlert()"  title="To change your affiliation please contact the administrator" 
-                                                                                                                       style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; ">
+                                                        style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; ">
                                        </td>
                                </tr>
                                <tr class="even">
                                        <td class="key">Generate Keys</td>
                                        <td> 
-                                               <button id="generate_keypair" name="generate" type="submit" onclick="myFunction()" title="Generate a new key pair. After it is generated, you will need to 
-                                                                                                                       download your public and private keys again.">Generate a new Key Pair </button>
+                                               <button id="generate_keypair" name="generate" type="submit" onclick="myFunction()" 
+                                                               title="Generate a new key pair. After it is generated, you will need to download your public and private keys again.">Generate a new Key Pair 
+                                               </button>
                                </td> 
                        </tr>
                        <tr class="odd">
                                <tr class="odd">
                                <td colspan="2">
                                        <p class="warning" id="pkey_del_msg"> For better security we recommend that you download and delete your private key from the server. 
-                                                                                                                               Always store your private key in a secure location. 
+                                                                                                                         Always store your private key in a secure location. 
                                                </p>
                                </td>
                                </tr>