Author: jablko
Date: Sun Oct 24 10:03:32 2010
New Revision: 8409
Log:
Typo
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
Sun Oct 24 10:00:54 2010 (r8408)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
Sun Oct 24 10:03:32 2010 (r8409)
@@ -48,7 +48,7 @@
$editHtml = image_tag('pencil', array('alt' => 'edit', 'style' => 'align:
top'));
$rowTemplate = json_encode(<<<value
-<tr id="{{$form->getWidgetSchema()->generateName('id')}}">"
+<tr id="{{$form->getWidgetSchema()->generateName('id')}}">
<td>
{{$form->resource->renderName()}}
</td><td>
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Sun Oct 24 10:00:54 2010 (r8408)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Sun Oct 24 10:03:32 2010 (r8409)
@@ -56,7 +56,7 @@
$editHtml = image_tag('pencil', array('alt' => 'edit', 'style' => 'align:
top'));
$rowTemplate = json_encode(<<<value
-<tr id="{{$form->getWidgetSchema()->generateName('id')}}">"
+<tr id="{{$form->getWidgetSchema()->generateName('id')}}">
<td>
{{$form->resource->renderName()}}
</td><td>
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Sun Oct 24 10:00:54 2010 (r8408)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Sun Oct 24 10:03:32 2010 (r8409)
@@ -48,7 +48,7 @@
$editHtml = image_tag('pencil', array('alt' => 'edit', 'style' => 'align:
top'));
$rowTemplate = json_encode(<<<value
-<tr id="{{$form->getWidgetSchema()->generateName('id')}}">"
+<tr id="{{$form->getWidgetSchema()->generateName('id')}}">
<td>
{{$form->resource->renderName()}}
</td><td>
--
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.