Your IP : 216.73.216.54


Current Path : /var/www/html/components/com_jvld/models/forms/
Upload File :
Current File : /var/www/html/components/com_jvld/models/forms/editvideo.xml

<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->

<form>

	<fieldset
        name="editvideo"
        label=""
        description=""
    >

        <field
        	name="lid"
        	type="hidden"
        	default="{value}"
		/>

		<field
            name="title"
            type="text"
            default=""
			class="jvld-inputbox"
            maxlength="250"
            label="COM_JVLD_TITLE"
            description=""
            required="true"
            filter="string"
        />

		<field
            name="vid"
            type="text"
            default=""
			class="jvld-inputbox"
            maxlength="40"
            label="COM_JVLD_VIDEO_ID"
            description=""
            required="true"
            filter="string"
        />

	</fieldset>

</form>