WebsiteBaker Support (2.8.x) > Templates, Menus & Design
New admin template
ruebenwurzel:
Hello,
--- Quote ---I think WB2.8 will have this as a default backend, if Matthias agrees.
--- End quote ---
Not as default but choosable with one click.
Matthias
Ruud:
Argos meant "one of the standard included backends". ;-)
The default chosen template will be "WB-Theme"
Ruud
Argos:
--- Quote from: Ruud on July 06, 2009, 10:30:14 AM ---Argos meant "one of the standard included backends". ;-)
--- End quote ---
Indeed :-D
Boudi:
Great upgrade from the previous version! Implemented by several clients. Thnq for your time to create this.
One thing: why is the multiple upload function in the media set back from 10 to 5 uploads at once? I already had a few questions about customers who really miss the 10 uploads at once. Personally for me this is a step back too.
Greetz,
Boudi
Argos:
--- Quote from: Boudi on July 06, 2009, 09:53:47 PM ---One thing: why is the multiple upload function in the media set back from 10 to 5 uploads at once? I already had a few questions about customers who really miss the 10 uploads at once. Personally for me this is a step back too.
--- End quote ---
Just a matter of keeping the layout compact. But there is room for 3 more, so I will update the files at AMASP. The WB2.8 version has 8 fields as well.
You can add them manually to the admin/media/template/html file. You can see the fields 1-5. Just add 3 (or more) after that:
--- Code: ---
<tr>
<td width="50%" align="left"><input type="file" size="49" name="file6" /> </td>
</tr>
<tr>
<td width="50%" align="left"><input type="file" size="49" name="file7" /> </td>
</tr>
<tr>
<td width="50%" align="left"><input type="file" size="49" name="file8" /> </td>
</tr>
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version