Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-01 06:23:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-01 06:23:31 +0400
commit281038ed78254e04a70bea5bc2b548b2201fdc12 (patch)
treef40ad4e7d6dedb5778d21419071c80d0dc23cb78 /plugins/UserCountry/templates/adminIndex.twig
parentea2b69b7b05d1bfa93098d1ae21ba2d96ffa02cc (diff)
Wider column so the radio button + label fits
Diffstat (limited to 'plugins/UserCountry/templates/adminIndex.twig')
-rwxr-xr-xplugins/UserCountry/templates/adminIndex.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/templates/adminIndex.twig b/plugins/UserCountry/templates/adminIndex.twig
index 5ea5459f7f..56bdb97886 100755
--- a/plugins/UserCountry/templates/adminIndex.twig
+++ b/plugins/UserCountry/templates/adminIndex.twig
@@ -31,7 +31,7 @@
</tr>
{% for id,provider in locationProviders %}
<tr>
- <td width="140">
+ <td width="150">
<p>
<input class="location-provider" name="location-provider" value="{{ id }}" type="radio" {% if currentProviderId == id %}checked="checked"{% endif %}
id="provider_input_{{ id }}" {% if provider.status != 1 %}disabled="disabled"{% endif %}/>