
slanning at bricolage
Apr 1, 2009, 9:26 AM
Post #1 of 1
(464 views)
Permalink
|
|
[8537] change width of dialog for editing Related Story and Related
|
|
Revision: 8537 Author: slanning Date: 2009-04-01 09:26:52 -0700 (Wed, 01 Apr 2009) ViewCVS: http://viewsvn.bricolage.cc/?rev=8537&view=rev Log Message: ----------- change width of dialog for editing Related Story and Related Media Modified Paths: -------------- bricolage/trunk/comp/widgets/container_prof/_related.html bricolage/trunk/lib/Bric/Changes.pod Modified: bricolage/trunk/comp/widgets/container_prof/_related.html =================================================================== --- bricolage/trunk/comp/widgets/container_prof/_related.html 2009-04-01 16:25:09 UTC (rev 8536) +++ bricolage/trunk/comp/widgets/container_prof/_related.html 2009-04-01 16:26:52 UTC (rev 8537) @@ -32,7 +32,7 @@ '/widgets/profile/button.mc', name => "pick_related_".$type, button => "edit_lgreen", - js => qq{onclick="openWindow('/workflow/profile/} . $container->get_object_type . qq{/container/edit_related_$type.html?id=} . $container->get_id . qq{', 'RelatedBricolagePopup', { closeOnUnload: true }); return false"}, + js => qq{onclick="openWindow('/workflow/profile/} . $container->get_object_type . qq{/container/edit_related_$type.html?id=} . $container->get_id . qq{', 'RelatedBricolagePopup', { closeOnUnload: true, width: 780 }); return false"}, useTable => 0 ); Modified: bricolage/trunk/lib/Bric/Changes.pod =================================================================== --- bricolage/trunk/lib/Bric/Changes.pod 2009-04-01 16:25:09 UTC (rev 8536) +++ bricolage/trunk/lib/Bric/Changes.pod 2009-04-01 16:26:52 UTC (rev 8537) @@ -161,6 +161,10 @@ Made the thumbnail format-guesser case-insensitive (e.g. .JPG or .PDF will also work now). [Scott] +=item * + +Made the popup dialog for related stories/media a bit bigger. [Scott] + =back =head2 Bug Fixes
|