Ignore:
Timestamp:
13.12.2011 11:22:25 (5 months ago)
Author:
mhallbauer
Message:

1.1.5

  • changed title for last overview-table-header
  • removed color-style for thread-links
  • added multi-language messages for review
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMESS/forum/branches/captcha/com/zms/forum/zmsforum.metaobj.xml

    r1748 r1762  
    335335 
    336336#ZMSForum table a 
    337 {       color:#5555E2; 
     337{       /*color:#5555E2;*/ 
    338338} 
    339339 
     
    11671167            <item key="name"><![CDATA[Forum]]></item> 
    11681168            <item key="package"><![CDATA[com.zms.forum]]></item> 
    1169             <item key="revision"><![CDATA[1.1.4]]></item> 
     1169            <item key="revision"><![CDATA[1.1.5]]></item> 
    11701170            <item key="type"><![CDATA[ZMSObject]]></item> 
    11711171          </dictionary> 
     
    20702070        if (len(temp_header_list) > 0): 
    20712071                temp_result = '<table>\n' 
    2072                 temp_result += '<colgroup>\n<col width="40%">\n<col width="10%">\n<col width="10%">\n<col width="10%">\n<col width="30%">\n</colgroup>' 
     2072                temp_result += '<colgroup>\n<col width="60%">\n<col width="10%">\n<col width="10%">\n<col width="10%">\n<col width="10%">\n</colgroup>' 
    20732073                temp_result += getTableHeader(temp_header_list) 
    20742074                temp_result += getTableData(data[temp_start_pos:temp_end_pos], cols) 
     
    25392539            <item key="name"><![CDATA[Library]]></item> 
    25402540            <item key="package"><![CDATA[com.zms.forum]]></item> 
    2541             <item key="revision"><![CDATA[1.1.4]]></item> 
     2541            <item key="revision"><![CDATA[1.1.5]]></item> 
    25422542            <item key="type"><![CDATA[ZMSLibrary]]></item> 
    25432543          </dictionary> 
     
    31803180            <item key="name"><![CDATA[com.zms.forum]]></item> 
    31813181            <item key="package"/> 
    3182             <item key="revision"><![CDATA[1.1.4]]></item> 
     3182            <item key="revision"><![CDATA[1.1.5]]></item> 
    31833183            <item key="type"><![CDATA[ZMSPackage]]></item> 
    31843184          </dictionary> 
Note: See TracChangeset for help on using the changeset viewer.