diff --git a/apps/routerconsole/jsp/i2ptunnelmgr.jsp b/apps/routerconsole/jsp/i2ptunnelmgr.jsp index b8ada141fe29ee70c6086947359fce54104e66b9..dc388f28c25b7d183f0e0dce9d1dd602d0c29f6c 100644 --- a/apps/routerconsole/jsp/i2ptunnelmgr.jsp +++ b/apps/routerconsole/jsp/i2ptunnelmgr.jsp @@ -37,7 +37,7 @@ <%@include file="summary.jsi" %> -<h1><%=intl._("I2P Tunnel Manager")%></h1> +<h1><%=intl._("I2P Tunnel Manager")%> <span class="newtab"><a href="/i2ptunnel/" target="_blank" title="<%=intl._("Open in new tab")%>"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/newtab.png" /></a></span></h1> <div class="main" id="main"> <iframe src="/i2ptunnel/" width="100%" height="100%" frameborder="0" border="0" name="i2ptunnelframe" id="i2ptunnelframe" onload="setupFrame()" allowtransparency="true"> </iframe> diff --git a/apps/routerconsole/jsp/torrents.jsp b/apps/routerconsole/jsp/torrents.jsp index 9913840c933f29832972bd4027a23154bd3e5db2..690be49a5a5d216c24384b8bede89140f2eb59ad 100644 --- a/apps/routerconsole/jsp/torrents.jsp +++ b/apps/routerconsole/jsp/torrents.jsp @@ -33,7 +33,7 @@ <%@include file="summary.jsi" %> -<h1><%=intl._("I2P Torrent Downloader")%></h1> +<h1><%=intl._("I2P Torrent Downloader")%> <span class="newtab"><a href="/i2psnark/" target="_blank" title="<%=intl._("Open in new tab")%>"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/newtab.png" /></a></span></h1> <div class="main" id="main"> <iframe src="/i2psnark/" width="100%" height="100%" frameborder="0" border="0" name="i2psnarkframe" id="i2psnarkframe" onload="setupFrame()" allowtransparency="true"> </iframe> diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index df14c8aba3fee2c216254365c78fd0403f9020c1..6f9591417b2301b67f62bb31e0d12bb76be9a919 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -598,6 +598,13 @@ h1 { border-radius: 0 3px 0 0; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 14pt; padding: 10px; diff --git a/installer/resources/themes/console/classic/images/newtab.png b/installer/resources/themes/console/classic/images/newtab.png new file mode 100644 index 0000000000000000000000000000000000000000..c70702b93ba89c2ebe8fb12914b2a31baf79d967 Binary files /dev/null and b/installer/resources/themes/console/classic/images/newtab.png differ diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 7e52bfa121c128b32c6f4efe2ab4e446da44c41b..4b63b0a989887e13af3f6a0863c51d6d7302767a 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -768,6 +768,13 @@ h1 { box-shadow: 0 1px 5px #000; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 12pt; color: #EE9; diff --git a/installer/resources/themes/console/dark/images/newtab.png b/installer/resources/themes/console/dark/images/newtab.png new file mode 100644 index 0000000000000000000000000000000000000000..eddeadf939bbd2732a756eff9b39d9b63e5e3c30 Binary files /dev/null and b/installer/resources/themes/console/dark/images/newtab.png differ diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 69dfb504e6c29ac4c703d540941e88706409903a..85e4a40dd7eb2ea919d352c347b56bcd0462300e 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -892,6 +892,13 @@ h1 { min-width: 500px; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 13pt; color: #115; diff --git a/installer/resources/themes/console/light/images/newtab.png b/installer/resources/themes/console/light/images/newtab.png new file mode 100644 index 0000000000000000000000000000000000000000..c70702b93ba89c2ebe8fb12914b2a31baf79d967 Binary files /dev/null and b/installer/resources/themes/console/light/images/newtab.png differ diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index b3598d645c4d224e46a7ebd46f26dc3a9ccb1a41..db8322fe002045fa98a4023bec93d4b59ba580b4 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -612,6 +612,13 @@ h1 { color: #fff; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 13pt; padding: 10px 10px 10px 10px; diff --git a/installer/resources/themes/console/midnight/images/newtab.png b/installer/resources/themes/console/midnight/images/newtab.png new file mode 100644 index 0000000000000000000000000000000000000000..398df4889ad7b2bd9d1ce723d52025155523493b Binary files /dev/null and b/installer/resources/themes/console/midnight/images/newtab.png differ