[Paulscriptsmods-checkin] ajax_shout install.xml, 1.19.2.16, 1.19.2.17
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-06-19 14:43:06
|
Update of /cvsroot/paulscriptsmods/ajax_shout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27443 Modified Files: Tag: phpbb3_ver install.xml Log Message: We love bugs, do we? Index: install.xml =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/install.xml,v retrieving revision 1.19.2.16 retrieving revision 1.19.2.17 diff -C2 -d -r1.19.2.16 -r1.19.2.17 *** install.xml 19 Jun 2007 13:13:48 -0000 1.19.2.16 --- install.xml 19 Jun 2007 14:42:41 -0000 1.19.2.17 *************** *** 88,91 **** --- 88,93 ---- <change>Fixed wrong path to language file.</change> <change>XHTML compitable fix</change> + <change>Fixed a small JS error</change> + <change>Changed way the subsilver version is displayed. Looks lot beter now</change> </changelog> </entry> *************** *** 168,179 **** ]]></find> <action type="before-add"><![CDATA[ ! <table class="tablebg" width="100%" cellspacing="1"> ! <tr> ! <td class="cat"><h4>{L_SHOUTBOX}</h4></td> ! </tr> ! <tr> ! <td width="100%" class="row2" valign="middle"><p id="shoutbox"></p></td> ! </tr> ! </table> <script type="text/javascript"> --- 170,183 ---- ]]></find> <action type="before-add"><![CDATA[ ! <div class="forabg"> ! <ul class="topiclist"> ! <li class="header"> ! <dl> ! <dt><h4>{L_SHOUTBOX}</h4></dt> ! </dl> ! </li> ! </ul> ! <span id="shoutbox"></span> ! </div> <script type="text/javascript"> |