Changeset 559


Ignore:
Timestamp:
Dec 30, 2015 6:16:06 PM (8 years ago)
Author:
anonymous
Message:

Minor fixes

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/utilities.inc.css

    r557 r559  
    2626The values are dependent on the margin, padding, and border set above.
    2727*/
     28input.sc-micro, textarea.sc-micro, select.sc-micro, label.sc-micro      { width: 1.55rem; }
    2829input.sc-tiny, textarea.sc-tiny, select.sc-tiny, label.sc-tiny          { width: 4.54rem; }
    2930input.sc-small, textarea.sc-small, select.sc-small, label.sc-small      { width: 10.15rem; }
  • trunk/lib/Email.inc.php

    r550 r559  
    257257    public function getBody()
    258258    {
     259        $app =& App::getInstance();
     260
    259261        $final_body = isset($this->_template_replaced) ? $this->_template_replaced : $this->_template;
    260262        // Ensure all placeholders have been replaced. Find anything with {...} characters.
Note: See TracChangeset for help on using the changeset viewer.