Changeset 13872 for trunk/themes


Ignore:
Timestamp:
Apr 3, 2012, 8:18:26 PM (12 years ago)
Author:
rvelices
Message:
  • is_homepage not set for flat view/calendar modes
  • added require jquery for some footer_script
  • removed unused/unnecesary css (hope I'm done for now)
  • if page[start] is greater than number of items than page not found (google+bing bots automatically detect patterns and increment start parameter)
Location:
trunk/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r13870 r13872  
    1818                        {/foreach}
    1919                </div>
    20                 {footer_script}{literal}
     20                {footer_script require='jquery'}{literal}
    2121jQuery("#sortOrderLink").click(function() {
    2222        var elt = jQuery("#sortOrderBox");
     
    4646                        {/foreach}
    4747                </div>
    48                 {footer_script}{literal}
     48                {footer_script require='jquery'}{literal}
    4949jQuery("#derivativeSwitchLink").click(function() {
    5050        var elt = jQuery("#derivativeSwitchBox");
  • trunk/themes/default/theme.css

    r13865 r13872  
    550550}
    551551
    552 .filter .tagSelection LABEL {
    553         display: inline;
    554         float: none;
    555         margin-right:0.5em;/*reduce from above*/
    556 }
    557 
    558552/*IE6 needs override because of > selector*/
    559553.filter LABEL>INPUT,
     
    591585        margin: 0;
    592586        padding: 0 0.5em 0 0;
    593 }
    594 
    595 /* button tools */
    596 .actions A, .actions IMG {
    597         border: none;
    598587}
    599588
     
    813802}
    814803
    815 #pictureComments INPUT[type=submit]     { margin: 0;}
    816 
    817804/* image info table */
    818805
Note: See TracChangeset for help on using the changeset viewer.