...
<div class="float">
<img src="images/image01.gif"
alt="image 1" />
<div class="caption">Yellow Blue </div>
</div>
{code:
Frankly, this is
...
far
...
simpler than the table layout, though personally I like the table layout.
Added a new CCS file called images.css provided by Seamus.
Files changed to fix GAL-6:
...
- main.html
...
- MainProducer.java
...
- images.css
Next up is showing instructions when a site has the Gallery Tool, but no Resources tool,
...
Jira Legacy |
---|
...
|
...
...
|
...
|
Confirmed the problem by created the "No Resources" site. Selecting the Gallery Tool in this site gives:
...
Warning | ||
---|---|---|
Fatal internal error handling request: | NullPointerExceptionSuccessive NullPointerException java.lang.NullPointerException | {warning
Made initGallery() public in GalleryService. Added a testable flag to see if it is intialized. Fixed implementations of service to check it.
Added a new message in Message Bundle to hold instructions provided by Seamus. It looks a bit ugly, but whatever.
...