Changeset 2903


Ignore:
Timestamp:
12/13/11 14:36:55 (5 months ago)
Author:
aarkerio
Message:

Print lesson

Location:
trunk/app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/app/Locale/spa/LC_MESSAGES/default.po

    r2898 r2903  
    11msgid  "Yes" 
    22msgstr "Si" 
     3 
     4msgid  "Print this page" 
     5msgstr "Imprimir ésta página" 
    36 
    47msgid  "You broke Karamelo!" 
  • trunk/app/View/Lessons/selfprint.ctp

    r2902 r2903  
     1<form><input type="button" value="<?php echo __('Print this page'); ?>" 
     2onclick="window.print();return false;" /></form> 
     3 
    14<?php 
    2  
    35echo $this->Html->div('printtitle', $data['Lesson']['title']); 
    46echo $this->Html->div('printbody', $data['Lesson']['body']); 
Note: See TracChangeset for help on using the changeset viewer.