Author: jablko
Date: Sun Nov 29 13:40:22 2009
New Revision: 4002
Log:
Specify module to get_partial() after moving metadata standards to individual
modules
Modified:
trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/showSuccess.php
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/showSuccess.php
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/showSuccess.php
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/showSuccess.php
Modified: trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -136,6 +136,6 @@
) ?>
<?php endif; ?>
- <?php echo get_partial('editActions', array('informationObject' =>
$informationObject)) ?>
+ <?php echo get_partial('informationobject/editActions',
array('informationObject' => $informationObject)) ?>
</form>
Modified: trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/showSuccess.php
==============================================================================
--- trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/showSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/showSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -209,4 +209,4 @@
</tbody>
</table>
-<?php echo get_partial('actions', array('informationObject' =>
$informationObject)) ?>
+<?php echo get_partial('informationobject/actions', array('informationObject'
=> $informationObject)) ?>
Modified:
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -330,6 +330,6 @@
) ?>
<?php endif; ?>
- <?php echo get_partial('editActions', array('informationObject' =>
$informationObject)) ?>
+ <?php echo get_partial('informationobject/editActions',
array('informationObject' => $informationObject)) ?>
</form>
Modified:
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/showSuccess.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/showSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/showSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -527,4 +527,4 @@
</tbody>
</table>
-<?php echo get_partial('actions', array('informationObject' =>
$informationObject)) ?>
+<?php echo get_partial('informationobject/actions', array('informationObject'
=> $informationObject)) ?>
Modified:
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -122,6 +122,6 @@
) ?>
<?php endif; ?>
- <?php echo get_partial('editActions', array('informationObject' =>
$informationObject)) ?>
+ <?php echo get_partial('informationobject/editActions',
array('informationObject' => $informationObject)) ?>
</form>
Modified:
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/showSuccess.php
==============================================================================
--- trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/showSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/showSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -190,4 +190,4 @@
</tbody>
</table>
-<?php echo get_partial('actions', array('informationObject' =>
$informationObject)) ?>
+<?php echo get_partial('informationobject/actions', array('informationObject'
=> $informationObject)) ?>
Modified:
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -349,6 +349,6 @@
) ?>
<?php endif; ?>
- <?php echo get_partial('editActions', array('informationObject'
=> $informationObject)) ?>
+ <?php echo get_partial('informationobject/editActions',
array('informationObject' => $informationObject)) ?>
</form>
Modified:
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/showSuccess.php
==============================================================================
--- trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/showSuccess.php
Sun Nov 29 13:26:35 2009 (r4001)
+++ trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/showSuccess.php
Sun Nov 29 13:40:22 2009 (r4002)
@@ -491,4 +491,4 @@
</tbody>
</table>
-<?php echo get_partial('actions', array('informationObject' =>
$informationObject)) ?>
+<?php echo get_partial('informationobject/actions', array('informationObject'
=> $informationObject)) ?>
--
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.com/group/qubit-commits?hl=en.