Subversion Repositories SmartDukaan

Rev

Rev 14579 | Rev 14928 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14579 Rev 14849
Line 140... Line 140...
140
				return $this->redirect(array('action' => 'index'));
140
				return $this->redirect(array('action' => 'index'));
141
			} else {
141
			} else {
142
				$this->Session->setFlash(__('The notification rule could not be saved. Please, try again.'));
142
				$this->Session->setFlash(__('The notification rule could not be saved. Please, try again.'));
143
			}
143
			}
144
		}
144
		}
-
 
145
		$types = array('link'=>'Link','popup'=>'Popup');//,'inline'=>'Inline')
-
 
146
		$this->set(compact('types'));
145
	}
147
	}
146
 
148
 
147
/**
149
/**
148
 * admin_edit method
150
 * admin_edit method
149
 *
151
 *