]> git.mxchange.org Git - friendica.git/commitdiff
fix a few more templates for correction conversion to Smarty3 templates
authorZach Prezkuta <fermion@gmx.com>
Mon, 24 Dec 2012 15:44:26 +0000 (08:44 -0700)
committerZach Prezkuta <fermion@gmx.com>
Mon, 24 Dec 2012 15:44:26 +0000 (08:44 -0700)
mod/fbrowser.php
view/filebrowser.tpl
view/notifications_network_item.tpl
view/theme/frost/filebrowser.tpl

index 92c6bd3b4becf14456c51e2ccdf9cbc78d3b7f64..075846e50631e5cf577bca02bb70d38edb707f49 100644 (file)
@@ -78,6 +78,7 @@ function fbrowser_content($a){
                                '$path' => $path,
                                '$folders' => $albums,
                                '$files' =>$files,
+                               '$cancel' => t('Cancel'),
                        ));
                                
                                
@@ -112,6 +113,7 @@ function fbrowser_content($a){
                                        '$path' => array( array($a->get_baseurl()."/fbrowser/image/", t("Files")) ),
                                        '$folders' => false,
                                        '$files' =>$files,
+                                       '$cancel' => t('Cancel'),
                                ));
                                
                        }
index 1e97237f478998fed141e0fb6399d8ab07e99b23..7db31d716feb2a9ae93f1c00c2f4e0a977e5fc71 100644 (file)
@@ -77,7 +77,7 @@
                </div>
        </div>
        <div class="mceActionPanel">
-               <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
+               <input type="button" id="cancel" name="cancel" value="$cancel" onclick="tinyMCEPopup.close();" />
        </div>  
        </body>
        
index bd86548fcec4174b70354b3366707045671755a2..261ab36432f0dbbcbddd596e7bd7a1432071e388 100644 (file)
@@ -1,3 +1,3 @@
 <div class="notif-item">
-       <a href="{$item_link}" target="friendica-notifications"><img src="{$item_image}" class="notif-image">{$item_text} <span class="notif-when">{$item_when}</span></a>
-</div>
\ No newline at end of file
+       <a href="$item_link" target="friendica-notifications"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+</div>
index e9eafde1e656df0942479fab35cbc1c98a2f7e43..9fe3c04ffeeacee059d8af3869c90564c4b6ba5f 100644 (file)
@@ -77,7 +77,7 @@
                </div>
        </div>
        <div class="mceActionPanel">
-               <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
+               <input type="button" id="cancel" name="cancel" value="$cancel" onclick="tinyMCEPopup.close();" />
        </div>  
        </body>