Lines Matching refs:fshlp
12 var $fshlp = null; variable in admin_plugin_freesync
21 $this->fshlp =& plugin_load('helper', 'freesync');
22 …if(!$this->fshlp) msg('Loading the freesync helper failed. Make sure that the tags plugin is insta…
61 $this->fshlp->loadProfile($_REQUEST['profile']);
64 case "save_profile": $this->fshlp->saveProfile($_REQUEST['oldname'], $param); break;
88 $this->_sync_list = $this->fshlp->getPagesDiff();
102 $profiles = $this->fshlp->getProfiles();
106 (($profile['value'] == $this->fshlp->getProfileName())?'selected="selected"':'').
114 if($this->fshlp->getProfileName() != "") {
122 $profile = $this->fshlp->getProfile();
124 ptln('<legend>Edit '.$this->fshlp->getProfileName().' profile</legend>');
140 …ptln('<tr><td colspan="2"><input type="hidden" name="oldname" value="'.$this->fshlp->getProfileNam…
149 ptln($this->fshlp->getProfileName().'<br/>');
151 ptln('<input type="hidden" name="profile" value="'.$this->fshlp->getProfileName().'"/>');
173 …ified'])?'<a href="javascript:plugin_freesync_diff(\''.$p.'\', \''.$this->fshlp->getProfileName().…
178 ptln('<input type="hidden" name="profile" value="'.$this->fshlp->getProfileName().'"/>');
193 …h(Array("'.$page.'", "call=_freesync_page_'.$direction.'&profile='.$this->fshlp->getProfileName().…
205 …h(Array("'.$file.'", "call=_freesync_file_'.$direction.'&profile='.$this->fshlp->getProfileName().…