/*
 * Copyright (c) 2015
 *
 * This file is licensed under the Affero General Public License version 3
 * or later.
 *
 * See the COPYING-README file.
 *
 */
(function () {
	if (!OC.Share) {
		OC.Share = {};
	}
	var PASSWORD_PLACEHOLDER_STARS = '**********';
	var PASSWORD_PLACEHOLDER_MESSAGE = t('core', 'Choose a password');
	var TEMPLATE =
		'
'+
			'
' +
				'{{linkNameLabel}} ' +
				'
' +
			'
' +
				'
' +
				'
{{publicReadLabel}} ' +
				'
{{publicReadDescription}} 
' +
			'
' +
			'{{#if publicUploadPossible}}' +
			'
' +
				'
' +
				'
{{publicReadWriteLabel}} ' +
				'
{{publicReadWriteDescription}} 
' +
			'
' +
			'
' +
				'
' +
				'
{{publicUploadLabel}} ' +
				'
{{publicUploadDescription}} 
' +
			'
' +
			'{{/if}}' +
			'
' +
				'{{passwordLabel}} ' +
				'
' +
			'
' +
			'{{#if isMailEnabled}}' +
			'
' +
			'{{/if}}' +
		'