Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev: fixed issue : "Mobile" for iframe windows on template editor, no…
…t iphone
  • Loading branch information
Shnoulle committed Jul 17, 2014
1 parent 801c3b4 commit 0e142ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/templates/templatesummary_view.php
Expand Up @@ -106,7 +106,7 @@

<div class='header ui-widget-header' style='clear:both;'>
<?php $clang->eT("Preview:"); ?>
<input type='button' value='iPhone' id='iphone' />
<input type='button' value='<?php $clang->eT("Mobile"); ?>' id='iphone' />
<input type='button' value='640x480' id='x640' />
<input type='button' value='800x600' id='x800' />
<input type='button' value='1024x768' id='x1024' />
Expand Down

0 comments on commit 0e142ba

Please sign in to comment.