Subversion Repositories wpShopGermany4

Rev

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

Rev 6425 Rev 6428
Line 4... Line 4...
4
	 * Template für die Einstellungen eines Profils
4
	 * Template für die Einstellungen eines Profils
5
	 */
5
	 */
6
 
6
 
7
	$inlineEdit_url = WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_export&do=inlinedit&noheader=1&profil_id='.$this->view['profil']['id'];    
7
	$inlineEdit_url = WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_export&do=inlinedit&noheader=1&profil_id='.$this->view['profil']['id'];    
8
	$upload_url = WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_export&do=musterupload&noheader=1&profil_id='.$this->view['profil']['id'];
8
	$upload_url = WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_export&do=musterupload&noheader=1&profil_id='.$this->view['profil']['id'];
-
 
9
    $download_url = WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_export&do=save&noheader=1&profil_id='.$this->view['profil']['id'];
9
 
10
 
10
?>
11
?>
11
 
12
 
12
<?php echo $this->writeBackendMessage(); ?>
13
<?php echo $this->writeBackendMessage(); ?>
13
 
14
 
Line 212... Line 213...
212
    </div>
213
    </div>
213
</div>
214
</div>
214
 
215
 
215
<br />
216
<br />
216
 
217
 
217
<a onclick="return wpsg_mod_export_removeProfil(<?php echo $this->view['profil']['id']; ?>);" href="#"><span class="glyphicon glyphicon-trash wpsg-glyphicon"></span><?php echo __('Profil löschen', 'wpsg'); ?></a>
218
<a onclick="return wpsg_mod_export_removeProfil(<?php echo $this->view['profil']['id']; ?>);" href="#"><span class="glyphicon glyphicon-trash wpsg-glyphicon"></span><?php echo __('Profil löschen', 'wpsg'); ?></a><br />
-
 
219
<a href="<?php echo $download_url; ?>"><span class="glyphicon glyphicon-save wpsg-glyphicon"></span><?php echo __('Profil speichern', 'wpsg'); ?></a>
218
 
220
 
219
<script type="text/javascript">/* <![CDATA[ */
221
<script type="text/javascript">/* <![CDATA[ */
220
 
222
 
221
    function switchCronType(response, newValue)
223
    function switchCronType(response, newValue)
222
    {
224
    {