Ignore:
Timestamp:
02/20/08 23:47:36 (4 years ago)
Author:
hverton
Message:

added an admin module to edit the 404 pages
fixed error in viewthread.php that caused the country flag of the superadmin to be displayed for every post author
fixed calculation error in datediff() when displaying the time difference within 24 hours
fixed HTML error in admin.custom_pages.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.custom_pages.tpl

    r1140 r1295  
    2121        <select name='page_id' class='textbox' style='width:250px;'> 
    2222        {section name=id loop=$pages} 
    23             <option value='{$pages[id].page_id}{if $pages[id].selected} selected{/if}'>{$pages[id].page_title}</option> 
     23            <option value='{$pages[id].page_id}'{if $pages[id].selected} selected='selected'{/if}>{$pages[id].page_title}</option> 
    2424        {/section} 
    2525        </select> 
Note: See TracChangeset for help on using the changeset viewer.