#826 Fixed. Bug report link target is changes to '_blank'. Thanks to codeweave.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-12-07 15:38:32 +00:00
parent 98c46150bf
commit 2b5ccd685e
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,11 @@
</div>
<div class="footer">
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong> (ver. {__ZBXE_VERSION__}).</p>
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}" target="_blank">XE</a></strong> (ver. {__ZBXE_VERSION__}).</p>
<p class="cache">
<button type="button" class="text" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button>
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
<a href="http://code.google.com/p/xe-core/issues/entry">{$lang->bug_report}</a>
<a href="http://code.google.com/p/xe-core/issues/entry" target="_blank">{$lang->bug_report}</a>
</p>
</div>
</div>

View file

@ -62,8 +62,8 @@ span.whiteBtn input {display:inline-block;margin:0;;padding:0 12px 0 7px;he
.col_table th.button_col {padding:6px 0 8px 0;border-top:#EEE solid 1px;}
#memberModule h3.signup_head {color:#3c3d41;word-spacing:2px;letter-spacing:-1px;}
#memberModule .signupTable {width:958px;background:url(../images/table_bg_repeat.gif) repeat-y top left;}
.signupTable caption {width:958px;padding:0 !important;border:0 none;margin:0;height:12px;background:url(../images/table_bg_top.gif) no-repeat top left;}
#memberModule .signupTable {background:url(../images/table_bg_repeat.gif) repeat-y top left;}
.signupTable caption {padding:0 !important;border:0 none;margin:0;height:12px;background:url(../images/table_bg_top.gif) no-repeat top left;}
.signupTable caption span {visibility:hidden;}
.signupTable th {vertical-align:top;}
.signupTable th div {text-align:left;padding-left:45px;}