Changeset acf5bec in github
- Timestamp:
- Jun 26, 2012 1:33:00 PM (11 months ago)
- Branches:
- master, HEAD
- Children:
- d901205
- Parents:
- a1426f8
- Location:
- skins/default
- Files:
-
- 3 edited
-
addressbook.css (modified) (1 diff)
-
templates/contactadd.html (modified) (1 diff)
-
templates/contactedit.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/addressbook.css
rf81e060 racf5bec 311 311 } 312 312 313 #contactpic.droptarget.hover { 314 background-color: #f0f0ee; 315 box-shadow: 0 0 5px 0 #999; 316 -moz-box-shadow: 0 0 5px 0 #999; 317 -o-box-shadow: 0 0 5px 0 #999; 318 } 319 313 320 #contactphoto .formlinks 314 321 { -
skins/default/templates/contactadd.html
rda89cf2 racf5bec 34 34 35 35 <roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" /> 36 <roundcube:object name="fileDropArea" id="contactpic" /> 36 37 37 38 <script type="text/javascript">rcube_init_tabs('contacttabs')</script> -
skins/default/templates/contactedit.html
rda89cf2 racf5bec 23 23 <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" /> 24 24 <div style="clear:both"></div> 25 26 25 <div id="contacttabs"> 27 26 <roundcube:object name="contacteditform" size="40" textareacols="60" deleteIcon="/images/icons/delete.png" form="editform" /> … … 35 34 36 35 <roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" /> 36 <roundcube:object name="fileDropArea" id="contactpic" /> 37 37 38 38 <script type="text/javascript">rcube_init_tabs('contacttabs')</script>
Note: See TracChangeset
for help on using the changeset viewer.
