diff options
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/site_manager.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/site_update.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/waiting.tpl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl index fd07662f9..88b77a362 100644 --- a/template/yoga/admin/site_manager.tpl +++ b/template/yoga/admin/site_manager.tpl @@ -37,7 +37,7 @@ <table border="1" cellpadding="0" cellspacing="0"> <!-- BEGIN site --> <tr align="left"><td> - <a href="{sites.site.NAME}" target="_blank">{sites.site.NAME}</a><br>({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:Categories}, {sites.site.IMAGES} {lang:picture}s) + <a href="{sites.site.NAME}">{sites.site.NAME}</a><br>({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:Categories}, {sites.site.IMAGES} {lang:picture}s) </td><td> [<a href="{sites.site.U_SYNCHRONIZE}" title="{lang:site_synchronize_hint}">{lang:site_synchronize}</a>] <!-- BEGIN delete --> diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 2ef8ee8e7..d3d0221ca 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -4,7 +4,7 @@ <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> - <h2>{lang:title_update}: <a href="{SITE_URL}" target="_blank">{SITE_URL}</a></h2> + <h2>{lang:title_update}: <a href="{SITE_URL}">{SITE_URL}</a></h2> </div> <!-- BEGIN update_result --> diff --git a/template/yoga/admin/waiting.tpl b/template/yoga/admin/waiting.tpl index 40c2d1850..b48aa314b 100644 --- a/template/yoga/admin/waiting.tpl +++ b/template/yoga/admin/waiting.tpl @@ -16,11 +16,11 @@ <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">{picture.CATEGORY_IMG}</td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">{picture.DATE_IMG}</td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;"> - <a target="_blank" href="{picture.PREVIEW_URL_IMG}" title="{picture.FILE_TITLE}">{picture.FILE_IMG}</a> + <a href="{picture.PREVIEW_URL_IMG}" title="{picture.FILE_TITLE}">{picture.FILE_IMG}</a> </td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;"> <!-- BEGIN thumbnail --> - <a target="_blank" href="{picture.thumbnail.PREVIEW_URL_TN_IMG}" title="{picture.thumbnail.FILE_TN_TITLE}">{picture.thumbnail.FILE_TN_IMG}</a> + <a href="{picture.thumbnail.PREVIEW_URL_TN_IMG}" title="{picture.thumbnail.FILE_TN_TITLE}">{picture.thumbnail.FILE_TN_IMG}</a> <!-- END thumbnail --> </td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;"> |