mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
New options fix.
This commit is contained in:
parent
7db44c4715
commit
96a640d57f
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/html">
|
||||
<html>
|
||||
<head>
|
||||
<title>Point Plus options</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/options.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body class="pp-options">
|
||||
<main class="tabs">
|
||||
<body>
|
||||
<main>
|
||||
<nav class="tabs-list">
|
||||
<a class="tabs-item selected" href="#media" data-i18n="options_tabs_media"></a>
|
||||
<a class="tabs-item" href="#other" data-i18n="options_tabs_other"></a>
|
||||
|
@ -129,7 +129,7 @@
|
|||
|
||||
<label class="option-node">
|
||||
<input type="checkbox" name="option-embedding-twitter-tweets">
|
||||
<span data-i18n="option_embedding_twitter_tweets"></label>
|
||||
<span data-i18n="option_embedding_twitter_tweets"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
@ -139,7 +139,7 @@
|
|||
|
||||
<label class="option-node">
|
||||
<input type="checkbox" name="option-nsfw-hide-posts">
|
||||
<span data-i18n="option_nsfw_hide_posts"></label>
|
||||
<span data-i18n="option_nsfw_hide_posts"></span>
|
||||
</label>
|
||||
|
||||
<div class="option-node">
|
||||
|
@ -281,7 +281,7 @@
|
|||
</section>
|
||||
|
||||
<section class="tabs-content-item" id="feedback">
|
||||
<div class="text" data-i18n="options_feedback_text"></div>
|
||||
<div data-i18n="options_feedback_text"></div>
|
||||
</section>
|
||||
</form>
|
||||
</main>
|
||||
|
@ -290,7 +290,8 @@
|
|||
|
||||
<footer class="footer">
|
||||
<p>Point+ <span id="version"></span> by
|
||||
<a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a> &
|
||||
<a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a>,
|
||||
<a href="https://isqua.point.im/" target="_blank">@isqua</a>,
|
||||
<a href="https://nokitakaze.point.im/" target="_blank">@NokitaKaze</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue