mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Translation
This commit is contained in:
@@ -25,9 +25,7 @@
|
||||
<span class="navbar-brand">
|
||||
<span class="pull-left"><img src="../img/icon38.png"
|
||||
width="30" height="30" alt=""></span>
|
||||
<span style="color: #FF7800;" class="pull-right">
|
||||
ClearURLs
|
||||
</span><br />
|
||||
<span style="color: #FF7800;" class="pull-right" id="page_title"></span><br />
|
||||
<span class="label label-warning pull-left small-version"
|
||||
id="version"></span>
|
||||
</span>
|
||||
@@ -39,25 +37,17 @@
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<p class="text-center">
|
||||
<button type="button" id="reset_log_btn"
|
||||
class="btn btn-danger" title="Reset the global log">Reset</button>
|
||||
class="btn btn-danger" title="Reset the global log"></button>
|
||||
</p>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered"
|
||||
width="100%" id="logTable" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-orderable="false">
|
||||
Before processing
|
||||
</th>
|
||||
<th data-orderable="false">
|
||||
After processing
|
||||
</th>
|
||||
<th data-orderable="false">
|
||||
Rule
|
||||
</th>
|
||||
<th data-orderable="true">
|
||||
Time
|
||||
</th>
|
||||
<th data-orderable="false" id="head_1"></th>
|
||||
<th data-orderable="false" id="head_2"></th>
|
||||
<th data-orderable="false" id="head_3"></th>
|
||||
<th data-orderable="true" id="head_4"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tbody">
|
||||
|
||||
Reference in New Issue
Block a user