]> git.mxchange.org Git - mailer.git/commitdiff
More usage of EL
authorRoland Häder <roland@mxchange.org>
Mon, 2 Aug 2010 19:58:23 +0000 (19:58 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 2 Aug 2010 19:58:23 +0000 (19:58 +0000)
inc/language/newsletter_de.php
templates/de/html/select/select_network_option.tpl
templates/de/html/select/select_network_type_option.tpl

index 710db0de08c4677a2880463d8c863655f0e0209f..6b383846c4fe2b9fe6d5b80c1133d44e3ae6242a 100644 (file)
@@ -10,6 +10,9 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
  * -------------------------------------------------------------------- *
+ * @TODO This language file is completely out-dated, please do no       *
+ * transation                                                           *
+ * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
index 76b132e112e5e9a7b844a6355504824731221fe2..1e9fed35a1f04cd642f43469cbc5d5dca2ca6705 100644 (file)
@@ -1 +1,3 @@
-<option value="$content[network_id]">$content[network_title] ($content[network_short_name])</option>
+<option value="$content[network_id]">
+       $content[network_title] ($content[network_short_name])
+</option>
index 652a9ba278bb6f5ee95cd39589575ea6d37a7071..3434f520bdf7550fecc5875066563a33f0fcc465 100644 (file)
@@ -1 +1,3 @@
-<option value="$content[network_type_id]">$content[network_type_handle]</option>
+<option value="$content[network_type_id]">
+       {%pipe,translateNetworkTypeHandler=$content[network_type_handle]%}
+</option>