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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-01-12 21:44:46 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-01-12 21:44:46 +0300
commitebb22f8600540f7120bca9f7db7259ebc0c583f1 (patch)
tree8d2c9050e0347dce55d5787364750ad6b09856ca /templates
parent5b6bd8214511ce75aba4c65da8a8b7fe7c84c45b (diff)
Use template for getHtmlForExportOptionsOutputRadio
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/display/export/options_output_radio.twig7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/display/export/options_output_radio.twig b/templates/display/export/options_output_radio.twig
new file mode 100644
index 0000000000..7adf21eef2
--- /dev/null
+++ b/templates/display/export/options_output_radio.twig
@@ -0,0 +1,7 @@
+<li>
+ <input type="radio" id="radio_view_as_text" name="output_format" value="astext"
+ {{- has_repopulate or export_asfile == false ? ' checked' }}>
+ <label for="radio_view_as_text">
+ {% trans 'View output as text' %}
+ </label>
+</li>