codes****@googl*****
codes****@googl*****
2008年 9月 4日 (木) 21:44:31 JST
Author: tacahi Date: Thu Sep 4 05:40:20 2008 New Revision: 404 Modified: branches/geeklog-1.5.0-jp/public_html/layout/mobile/admin/story/storyeditor_advanced.thtml branches/geeklog-1.5.0-jp/public_html/layout/mobile_3g/admin/story/storyeditor_advanced.thtml branches/geeklog-1.5.0-jp/public_html/layout/professional/admin/story/storyeditor_advanced.thtml Log: professional, mobile, mobile_3gのテーマのテンプレートのバグ修正を 取り込みます。 以下のリビジョンの変更を反映させています。 public_html/layout/mobile/admin/story/storyeditor_advanced.thtml r395 public_html/layout/mobile_3g/admin/story/storyeditor_advanced.thtml r395 public_html/layout/professional/admin/story/storyeditor_advanced.thtml r395 Modified: branches/geeklog-1.5.0-jp/public_html/layout/mobile/admin/story/storyeditor_advanced.thtml ============================================================================== --- branches/geeklog-1.5.0-jp/public_html/layout/mobile/admin/story/storyeditor_advanced.thtml (original) +++ branches/geeklog-1.5.0-jp/public_html/layout/mobile/admin/story/storyeditor_advanced.thtml Thu Sep 4 05:40:20 2008 @@ -85,7 +85,7 @@ </span> <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="45" rows="12">{story_introtext}</textarea> {lang_bodytext}: - <img src="{layout_url}/images/expand.png" title="lang_expandhelp" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}> + <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}> <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}> <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">{story_bodytext}</textarea> </div> Modified: branches/geeklog-1.5.0-jp/public_html/layout/mobile_3g/admin/story/storyeditor_advanced.thtml ============================================================================== --- branches/geeklog-1.5.0-jp/public_html/layout/mobile_3g/admin/story/storyeditor_advanced.thtml (original) +++ branches/geeklog-1.5.0-jp/public_html/layout/mobile_3g/admin/story/storyeditor_advanced.thtml Thu Sep 4 05:40:20 2008 @@ -85,7 +85,7 @@ </span> <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="45" rows="12">{story_introtext}</textarea> {lang_bodytext}: - <img src="{layout_url}/images/expand.png" title="lang_expandhelp" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}> + <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}> <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}> <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">{story_bodytext}</textarea> </div> Modified: branches/geeklog-1.5.0-jp/public_html/layout/professional/admin/story/storyeditor_advanced.thtml ============================================================================== --- branches/geeklog-1.5.0-jp/public_html/layout/professional/admin/story/storyeditor_advanced.thtml (original) +++ branches/geeklog-1.5.0-jp/public_html/layout/professional/admin/story/storyeditor_advanced.thtml Thu Sep 4 05:40:20 2008 @@ -85,7 +85,7 @@ </span> <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="45" rows="12">{story_introtext}</textarea> {lang_bodytext}: - <img src="{layout_url}/images/expand.png" title="lang_expandhelp" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}> + <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}> <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}> <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">{story_bodytext}</textarea> </div>