Mercurial > hg > rc2
comparison skins/classic/templates/contact.html @ 8:bf99236cc5cd
try to recover from upgrade fail
| author | Charlie Root |
|---|---|
| date | Sat, 29 Dec 2018 07:07:34 -0500 |
| parents | 4681f974d28b |
| children |
comparison
equal
deleted
inserted
replaced
| 7:65fd7d441cf1 | 8:bf99236cc5cd |
|---|---|
| 19 <div id="contacttabs"> | 19 <div id="contacttabs"> |
| 20 <roundcube:object name="contactdetails" /> | 20 <roundcube:object name="contactdetails" /> |
| 21 </div> | 21 </div> |
| 22 <p> | 22 <p> |
| 23 <roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" /> | 23 <roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" /> |
| 24 <roundcube:if condition="env:qrcode" /> | |
| 25 <roundcube:button command="qrcode" type="input" class="button" label="qrcode" /> | |
| 26 <roundcube:endif /> | |
| 24 </p> | 27 </p> |
| 25 </div> | 28 </div> |
| 26 <script type="text/javascript">rcube_init_tabs('contacttabs')</script> | 29 <script type="text/javascript">rcube_init_tabs('contacttabs')</script> |
| 27 | 30 |
| 28 </body> | 31 </body> |
