Author: david
Date: 2008-11-11 13:41:13 -0800 (Tue, 11 Nov 2008)
New Revision: 1569
Modified:
trunk/qubit/apps/qubit/modules/informationobject/actions/createRadAction.class.php
Log:
Add RAD properties to createRadAction.class.php. Fixes Issue #510.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/actions/createRadAction.class.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/actions/createRadAction.class.php
2008-11-11 21:25:12 UTC (rev 1568)
+++
trunk/qubit/apps/qubit/modules/informationobject/actions/createRadAction.class.php
2008-11-11 21:41:13 UTC (rev 1569)
@@ -41,6 +41,31 @@
$this->radTitleNoteTypes =
QubitTerm::getOptionsForSelectList(QubitTaxonomy::RAD_TITLE_NOTE_ID);
$this->radNoteTypes =
QubitTerm::getOptionsForSelectList(QubitTaxonomy::RAD_NOTE_ID);
+ // Rad 1.1 properties
+ $this->radOtherTitleInformation = new QubitProperty;
+ $this->radTitleStatementOfResponsibility = new QubitProperty;
+
+ // RAD 1.2 properties
+ $this->radEditionStatementOfResponsibility = new QubitProperty;
+
+ // RAD 1.3 properties
+ $this->radStatementOfScaleCartographic = new QubitProperty;
+ $this->radStatementOfProjection = new QubitProperty;
+ $this->radStatementOfCoordinates = new QubitProperty;
+ $this->radStatementOfScaleArchitectural = new QubitProperty;
+ $this->radIssuingJursidictionAndDenomination = new QubitProperty;
+
+ // RAD 1.6 properties
+ $this->radTitleProperOfPublishersSeries = new QubitProperty;
+ $this->radParallelTitlesOfPublishersSeries = new QubitProperty;
+ $this->radOtherTitleInformationOfPublishersSeries = new QubitProperty;
+ $this->radStatementOfResponsibilityRelatingToPublishersSeries = new
QubitProperty;
+ $this->radNumberingWithinPublishersSeries = new QubitProperty;
+ $this->radNoteOnPublishersSeries = new QubitProperty;
+
+ // RAD 1.9 properties
+ $this->radStandardNumber = new QubitProperty;
+
// route to the edit template
$this->setTemplate('editRad');
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---